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