Debtor..::..FX Property

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

Syntax


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