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