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!

INodeList.nextNode

[To be supplied.]

[Visual Basic]
ReadOnly Property nextNode As INode
[C#]
INode nextNode {get;}
[C++]
INode* get_nextNode() = 0;
[JScript]
abstract function get nextNode() : INode;

See Also

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