Region..::..IsDefault Property

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

Syntax


public string IsDefault { get; set; }
Public Property IsDefault As String
	Get
	Set
public:
property String^ IsDefault {
	String^ get ();
	void set (String^ value);
}