public string CompanyAddress { get; }
Public ReadOnly Property CompanyAddress As String
Get
public:
virtual property String^ CompanyAddress {
String^ get () sealed;
}
abstract CompanyAddress : string with get
override CompanyAddress : string with get