NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlEntity.NotationName

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;

Property Value

The name of the NDATA attribute. If there is no NDATA, String.Empty is returned.

See Also

XmlEntity Class | XmlEntity Members | System.NewXml Namespace