Discuss this help topic in SecureBlackbox Forum

TElXMLDOMProcessingInstruction.Target

TElXMLDOMProcessingInstruction     See also     


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


Gets the target of the processing instruction.

Declaration

[C#]
    string Target;

[VB.NET]
    Property Target As String

[Pascal]
    property Target : WideString;

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

[PHP]
    string get_Target()

[Java]
    String getTarget();

Description

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

See also:     Data    

Discuss this help topic in SecureBlackbox Forum