Gets or sets the content of the processing instruction, excluding the target.

[VBScript]
Public Property Data As String
[JScript]
public function get Data() : String;
public function set Data(String);

Property Value

The content of the processing instruction, excluding the target.

See Also

ProcessingInstruction Object | ProcessingInstruction Members | DOM Namespace