'Declaration<NotNullAttribute()> ReadOnly Property DiscoveryProfileUriString As String
'UsageDim instance As IUADiscoveryElement Dim value As String value = instance.DiscoveryProfileUriString
[NotNull()] string DiscoveryProfileUriString {get;}
'Declaration<NotNullAttribute()> ReadOnly Property DiscoveryProfileUriString As String
'UsageDim instance As IUADiscoveryElement Dim value As String value = instance.DiscoveryProfileUriString
[NotNull()] string DiscoveryProfileUriString {get;}
A generic string is used instead of System.Uri, because in some cases, the value may not represent a real URI.
discoveryProfileUri:
"This field is not used if the applicationType is CLIENT_1. If this value is not specified then the Endpoints shall support the Discovery Services..."