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!

INode.nodeValue

[To be supplied.]

[Visual Basic]
Property nodeValue As String
[C#]
string nodeValue {get; set;}
[C++]
String* get_nodeValue() = 0;void set_nodeValue(String*) = 0;
[JScript]
abstract function get nodeValue() : String;
public abstract function set nodeValue(String);

See Also

INode Interface | INode Members | System.Data.XML.DOM Namespace