[NotNullAttribute]
string ServiceAddress { get; }
<NotNullAttribute>
ReadOnly Property ServiceAddress As String
Get
[NotNullAttribute]
property String^ ServiceAddress {
String^ get ();
}
[<NotNullAttribute>]
abstract ServiceAddress : string with get