public string Account { get; set; }
Public Property Account As String Get Set
public: property String^ Account { String^ get (); void set (String^ value); }
member Account : string with get, set
In This Article