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.Data

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

[Visual Basic]
Public Property Data As String
[C#]
public string Data {get; set;}
[C++]
public: __property String* get_Data();
public: __property void set_Data(String*);
[JScript]
public function get Data() : String;
public function set Data(String);

Property Value

The content of processing instruction, excluding the target.

See Also

XmlProcessingInstruction Class | XmlProcessingInstruction Members | System.NewXml Namespace