Gets the name of the optional NDATA attribute on the entity declaration.
[Visual Basic] Public ReadOnly Property NotationName As String [C#] public string NotationName {get;} [C++] public: __property String* get_NotationName(); [JScript] public function get NotationName() : String;
The name of the NDATA attribute. If there is no NDATA, String.Empty is returned.
XmlEntity Class | XmlEntity Members | System.NewXml Namespace