Debtor..::..WebAccess Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtors.XML
Assembly:  JiwaDebtors (in JiwaDebtors.dll)

Syntax


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