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