Discuss this help topic in SecureBlackbox Forum

TElXMLDOMEntity.NotationName

TElXMLDOMEntity     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Gets the name of the optional NDATA attribute

Declaration

[C#]
    string NotationName;

[VB.NET]
    Property NotationName As String

[Pascal]
    property NotationName : WideString;

[C++]
    void get_NotationName(sb_u16string &OutResult);
    void get_NotationName(std::wstring &OutResult);

[PHP]
    string get_NotationName()

[Java]
    String getNotationName();

Description

    Use this property to get the name of the NDATA attribute.

Discuss this help topic in SecureBlackbox Forum