Debtor..::..UsesFx Property

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

Syntax


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