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

[To be supplied.]

[Visual Basic]
Overridable Public Function GetInt32( _
   ByVal i As Integer _
) As Integer
[C#]
public virtual int GetInt32(
   int i
);
[C++]
public: virtual int GetInt32(
   int i
);
[JScript]
public function GetInt32(
   i : int
) : int;

Parameters

i
[To be supplied.]

See Also

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