'Declaration
<NotNullAttribute()> Public Property DiscoveryUrlString As String
'Usage
Dim instance As UAServerOnNetwork Dim value As String instance.DiscoveryUrlString = value value = instance.DiscoveryUrlString
[NotNull()] public string DiscoveryUrlString {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.