ForeignExchange..::..IsLocal Property

Namespace:  JiwaFinancials.Jiwa.JiwaForeignExchange
Assembly:  JiwaForeignExchange (in JiwaForeignExchange.dll)

Syntax


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