Discuss this help topic in SecureBlackbox Forum

TElXMLDOMProcessingInstruction.Data

TElXMLDOMProcessingInstruction     See also     


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


Gets the data of the processing instruction.

Declaration

[C#]
    string Data;

[VB.NET]
    Property Data As String

[Pascal]
    property Data : WideString;

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

[PHP]
    string get_Data()

[Java]
    String getData();

Description

    Use this property to get the data of the processing instruction.

See also:     Target    

Discuss this help topic in SecureBlackbox Forum