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!

DocumentNavigator.Value

Gets or sets the text value of the current 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);

Property Value

The text value of the current node.

Same semantics as W3C DOM NodeValue property. Returns null for Element and Document nodes.

See Also

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace