'Declaration
<IgnoreDataMemberAttribute()> <NotNullAttribute()> <XmlIgnoreAttribute()> ReadOnly Property DiscoveryUriString As String
'Usage
Dim instance As IUAReadOnlyApplicationElement Dim value As String value = instance.DiscoveryUriString
[IgnoreDataMember()] [NotNull()] [XmlIgnore()] string DiscoveryUriString {get;}
[IgnoreDataMember()] [NotNull()] [XmlIgnore()] property String^ DiscoveryUriString { String^ get(); }