FieldReference..::..InsertFlag Property

Namespace:  JiwaFinancials.Jiwa.JiwaDBSysTemplate
Assembly:  JiwaDBSysTemplate (in JiwaDBSysTemplate.dll)

Syntax


public bool InsertFlag { get; set; }
Public Property InsertFlag As Boolean
	Get
	Set
public:
property bool^ InsertFlag {
	bool^ get ();
	void set (bool^ value);
}