ProcessingInstruction.Data Property |
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);
The content of the processing instruction, excluding the target.
ProcessingInstruction Object | ProcessingInstruction Members | DOM Namespace