public string Company { get; set; }
Public Property Company As String Get Set
public: virtual property String^ Company { String^ get () sealed; void set (String^ value) sealed; }
function get_Company(); function set_Company(value);
In This Article