'Declaration
<NotNullAttribute()> ReadOnly Property GatewayServerUriString As String
'Usage
Dim instance As IUAReadOnlyDiscoveryElement Dim value As String value = instance.GatewayServerUriString
[NotNull()] string GatewayServerUriString {get;}
'Declaration
<NotNullAttribute()> ReadOnly Property GatewayServerUriString As String
'Usage
Dim instance As IUAReadOnlyDiscoveryElement Dim value As String value = instance.GatewayServerUriString
[NotNull()] string GatewayServerUriString {get;}
A generic string is used instead of System.Uri, because in some cases, the value may not represent a real URI.
gatewayServerUri:
"A URI that identifies the Gateway Server associated with the discoveryUrls. This value is not specified if the Server can be accessed directly. This field is not used if the applicationType is CLIENT_1."