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.WriteElementInt32 (String, Int32)

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

[Visual Basic]
Overloads Public Sub WriteElementInt32( _
   ByVal name As String, _
   ByVal value As Integer _
)
[C#]
public void WriteElementInt32(
   string name,
   int value
);
[C++]
public: void WriteElementInt32(
   String* name,
   int value
);
[JScript]
public function WriteElementInt32(
   name : String,
   value : int
);

Parameters

name
Name of element
value
[To be supplied.]

See Also

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