public string Company { get; set; }Public Property Company As String
Get
Setpublic:
virtual property String^ Company {
String^ get () sealed;
void set (String^ value) sealed;
}abstract Company : string with get, set
override Company : string with get, set