'Declaration
<DataMemberAttribute()> Public Property AllowHostExpansionToIPAddress As Boolean
'Usage
Dim instance As UAClientServerApplicationParameters Dim value As Boolean instance.AllowHostExpansionToIPAddress = value value = instance.AllowHostExpansionToIPAddress
[DataMember()] public bool AllowHostExpansionToIPAddress {get; set;}
[DataMember()] public: property bool AllowHostExpansionToIPAddress { bool get(); void set ( bool value); }
Property Value
The default value of this property is True
.