JiwaCollectionItem<(Of <(<'T>)>)>..::..InsertFlag Property
Flag indicating if the item is new to the JiwaCollection (ie: inserted but not saved)
Namespace:
JiwaFinancials.Jiwa.JiwaApplicationAssembly: JiwaApplication (in JiwaApplication.dll)
Syntax
[BrowsableAttribute] [XmlIgnoreAttribute] public virtual bool InsertFlag { get; set; }
<BrowsableAttribute> _ <XmlIgnoreAttribute> _ Public Overridable Property InsertFlag As Boolean Get Set
[BrowsableAttribute] [XmlIgnoreAttribute] public: virtual property bool^ InsertFlag { bool^ get (); void set (bool^ value); }