XdmReader.Notations PropertyXdmReader.Notations PropertyXdmReader::Notations Property

Returns the names of the declared notations.

Syntax

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