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.WriteAttrInt64 (String, Int64)

Writes out an attribute with the specified name and Int64 value.

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

Parameters

name
Name of attribute
value
[To be supplied.]

See Also

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