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!

XmlWriter.WriteElementInt64 (String, Int64)

Writes out an element with the specified name containing an Int64 value.

[Visual Basic]
Overloads Public Sub WriteElementInt64( _
   ByVal name As String, _
   ByVal value As Long _
)
[C#]
public void WriteElementInt64(
   string name,
   long value
);
[C++]
public: void WriteElementInt64(
   String* name,
   __int64 value
);
[JScript]
public function WriteElementInt64(
   name : String,
   value : long
);

Parameters

name
Name of element
value
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace | XmlWriter.WriteElementInt64 Overload List