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