XdmReader.Notations PropertyXdmReader.Notations PropertyXdmReader::Notations Property
- XmlPrime 3.1
- Other Versions ▼
Returns the names of the declared notations.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Syntax
Public ReadOnly Property Notations As ICollection(Of String) Get
public ICollection<string> Notations { get; }
public: property ICollection<String^>^ Notations { ICollection<String^>^ get(); }