DeliveryAddress..::..IsDefault Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtors.XML
Assembly:  JiwaDebtors (in JiwaDebtors.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);
}