NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlProcessingInstruction.Target

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;

Property Value

The target of the processing instruction.

See Also

XmlProcessingInstruction Class | XmlProcessingInstruction Members | System.NewXml Namespace