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