Discuss this help topic in SecureBlackbox Forum

TElXMLDOMDocumentType.Name

TElXMLDOMDocumentType     


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


Gets the name of the document type.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name: WideString;

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

[PHP]
    string get_Name()

[Java]
    String getName();

Description

    Use this property to get the name of the document type.

Discuss this help topic in SecureBlackbox Forum