[CanBeNullAttribute]
string ServiceAddress { get; set; }
<CanBeNullAttribute>
Property ServiceAddress As String
Get
Set
[CanBeNullAttribute]
property String^ ServiceAddress {
String^ get ();
void set (String^ value);
}
[<CanBeNullAttribute>]
abstract ServiceAddress : string with get, set