'Declaration
<CanBeNullAttribute()> Public Property DiscoveryUrl As Uri
'Usage
Dim instance As UAServerOnNetwork Dim value As Uri instance.DiscoveryUrl = value value = instance.DiscoveryUrl
[CanBeNull()] public Uri DiscoveryUrl {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).