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