JiwaTabControl..::..DeleteFlag Property

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

Syntax


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