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

[To be supplied.]

[Visual Basic]
Overridable Public Sub SetInt16( _
   ByVal i As Integer, _
   ByVal value As Short _
)
[C#]
public virtual void SetInt16(
   int i,
   short value
);
[C++]
public: virtual void SetInt16(
   int i,
   short value
);
[JScript]
public function SetInt16(
   i : int,
   value : Int16
);

Parameters

i
[To be supplied.]
value
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.Data.XML Namespace