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