LocationHintCollection.NamespaceURIs PropertyLocationHintCollection.NamespaceURIs PropertyLocationHintCollection::NamespaceURIs Property

Gets a collection containing the namespace URIs that have location hints in this LocationHintCollectionLocationHintCollectionLocationHintCollection.

Syntax

Public ReadOnly Property NamespaceURIs As IEnumerable(Of String)
        Get
public IEnumerable<string> NamespaceURIs { get; }
public:
property IEnumerable<String^>^ NamespaceURIs {
    IEnumerable<String^>^ get();
}