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