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

Writes out the specified Int16 value.

[Visual Basic]
Overrides Public Sub WriteInt16( _
   ByVal value As Short _
)
[C#]
public override void WriteInt16(
   short value
);
[C++]
public: override void WriteInt16(
   short value
);
[JScript]
public override function WriteInt16(
   value : Int16
);

Parameters

value
Int16 to write.

See Also

XmlTextWriter Class | XmlTextWriter Members | System.NewXml Namespace