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