ForeignExchange..::..ShortName Property

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

Syntax


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