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.WriteInt32

Writes out the specified Int32 value.

[Visual Basic]
MustOverride Public Sub WriteInt32( _
   ByVal value As Integer _
)
[C#]
public abstract void WriteInt32(
   int value
);
[C++]
public: virtual void WriteInt32(
   int value
) = 0;
[JScript]
public abstract function WriteInt32(
   value : int
);

Parameters

value
Int32 to write.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace