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!

DocumentEditor.SetInt64

[To be supplied.]

[Visual Basic]
Overridable Public Sub SetInt64( _
   ByVal i As Integer, _
   ByVal value As Long _
)
[C#]
public virtual void SetInt64(
   int i,
   long value
);
[C++]
public: virtual void SetInt64(
   int i,
   __int64 value
);
[JScript]
public function SetInt64(
   i : int,
   value : long
);

Parameters

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

See Also

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