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

[To be supplied.]

[Visual Basic]
Overridable Public Function GetInt64( _
   ByVal i As Integer _
) As Long
[C#]
public virtual long GetInt64(
   int i
);
[C++]
public: virtual __int64 GetInt64(
   int i
);
[JScript]
public function GetInt64(
   i : int
) : long;

Parameters

i
[To be supplied.]

See Also

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