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

[To be supplied.]

[Visual Basic]
Overridable Public Sub GetValue( _
   ByVal i As Integer, _
   ByRef value As Object _
)
[C#]
public virtual void GetValue(
   int i,
   ref object value
);
[C++]
public: virtual void GetValue(
   int i,
   Object** value
);
[JScript]
public function GetValue(
   i : int,
   value : Object
);

Parameters

i
[To be supplied.]
value
[To be supplied.]

See Also

DocumentNavigator Class | DocumentNavigator Members | System.Data.XML Namespace