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