Category..::..IsDefault Property

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

Syntax


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