Gets or sets the value of the node.
[Visual Basic] Overridable Public Property Value As String [C#] public string Value {override get; override set;} [C++] public: __property virtual String* get_Value(); public: __property virtual void set_Value(String*); [JScript] public function get Value() : String; public function set Value(String);
The entire content of the processing instruction excluding the target.
Exception Type | Condition |
---|---|
ReadOnlyException | Node is read-only. |
XmlProcessingInstruction Class | XmlProcessingInstruction Members | System.NewXml Namespace