'Declaration
<NotNullAttribute()> ReadOnly Property DiscoveryUriStrings As StringCollection
'Usage
Dim instance As IUAReadOnlyApplicationElement Dim value As StringCollection value = instance.DiscoveryUriStrings
[NotNull()] StringCollection DiscoveryUriStrings {get;}
[NotNull()] property StringCollection^ DiscoveryUriStrings { StringCollection^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).