JiwaCollectionItem<(Of <(<'T>)>)>..::..DeleteFlag Property
Flag indicating if the item is deleted.
Assembly: JiwaApplication (in JiwaApplication.dll)
Syntax
[BrowsableAttribute] [XmlIgnoreAttribute] public virtual bool DeleteFlag { get; set; }
<BrowsableAttribute> _ <XmlIgnoreAttribute> _ Public Overridable Property DeleteFlag As Boolean Get Set
[BrowsableAttribute] [XmlIgnoreAttribute] public: virtual property bool^ DeleteFlag { bool^ get (); void set (bool^ value); }