JiwaCollectionItem<(Of <(<'T>)>)>..::..ChangeFlag Property

Flag indicating if the item has changed

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

Syntax


[BrowsableAttribute]
[XmlIgnoreAttribute]
public virtual bool ChangeFlag { get; set; }
<BrowsableAttribute> _
<XmlIgnoreAttribute> _
Public Overridable Property ChangeFlag As Boolean
	Get
	Set
[BrowsableAttribute]
[XmlIgnoreAttribute]
public:
virtual property bool^ ChangeFlag {
	bool^ get ();
	void set (bool^ value);
}

Field Value

The value of the ChangeFlag

Return Value

A boolean flag indicating if any changes have occurred

Remarks