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

A list of properties which have been altered since inception of this item.

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

Syntax


[BrowsableAttribute]
[XmlIgnoreAttribute]
public List<string> ChangedPropertyList { get; }
<BrowsableAttribute> _
<XmlIgnoreAttribute> _
Public ReadOnly Property ChangedPropertyList As List(Of String)
	Get
[BrowsableAttribute]
[XmlIgnoreAttribute]
public:
property List<String^>^ ChangedPropertyList {
	List<String^>^ get ();
}

Field Value

Return Value

A list of property names which have changed

Remarks


Useful for when you need to know exactly which properties have changed