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