Gets the target of the processing instruction.

[VBScript]
Public ReadOnly Property Target As String
[JScript]
public function get Target() : String;

Property Value

The target of the processing instruction.

See Also

ProcessingInstruction Object | ProcessingInstruction Members | DOM Namespace