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