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.WriteElementInt16 (String, Int16)

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

[Visual Basic]
Overloads Public Sub WriteElementInt16( _
   ByVal name As String, _
   ByVal value As Short _
)
[C#]
public void WriteElementInt16(
   string name,
   short value
);
[C++]
public: void WriteElementInt16(
   String* name,
   short value
);
[JScript]
public function WriteElementInt16(
   name : String,
   value : Int16
);

Parameters

name
Name of element
value
[To be supplied.]

See Also

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