JiwaCollectionItem<(Of <(<'T>)>)>..::..ChangedPropertyList Property
A list of properties which have been altered since inception of this item.
Namespace:
JiwaFinancials.Jiwa.JiwaApplicationAssembly: 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 (); }