Category<(Of <(<'ItemType>)>)>..::..IsDefault Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtors.Configuration.Category
Assembly:  JiwaDebtors (in JiwaDebtors.dll)

Syntax


public virtual bool IsDefault { get; set; }
Public Overridable Property IsDefault As Boolean
	Get
	Set
public:
virtual property bool^ IsDefault {
	bool^ get ();
	void set (bool^ value);
}