Gets the target of the processing instruction.
[Visual Basic] Public ReadOnly Property Target As String [C#] public string Target {get;} [C++] public: __property String* get_Target(); [JScript] public function get Target() : String;
The target of the processing instruction.
XmlProcessingInstruction Class | XmlProcessingInstruction Members | System.NewXml Namespace