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!

XmlTextWriter.WriteInt64

Writes out the specified Int64 value.

[Visual Basic]
Overrides Public Sub WriteInt64( _
   ByVal value As Long _
)
[C#]
public override void WriteInt64(
   long value
);
[C++]
public: override void WriteInt64(
   __int64 value
);
[JScript]
public override function WriteInt64(
   value : long
);

Parameters

value
Int64 to write.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace