'Declaration<CanBeNullAttribute()> Public Property Url As Uri
'UsageDim instance As OpcServerDialog Dim value As Uri instance.Url = value value = instance.Url
[CanBeNull()] public Uri Url {get; set;}
 
            'Declaration<CanBeNullAttribute()> Public Property Url As Uri
'UsageDim instance As OpcServerDialog Dim value As Uri instance.Url = value value = instance.Url
[CanBeNull()] public Uri Url {get; set;}
This property is null if the underlying string does not represent a valid URI.