Currency..::..ShortName Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.ForeignExchange
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public string ShortName { get; set; }
Public Property ShortName As String
	Get
	Set
public:
property String^ ShortName {
	String^ get ();
	void set (String^ value);
}