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.WriteAttrInt32 (String, String, Int32)

Writes out an attribute with the specified name, namespace URI, and Int32 value.

[Visual Basic]
Overloads Public Sub WriteAttrInt32( _
   ByVal name As String, _
   ByVal ns As String, _
   ByVal value As Integer _
)
[C#]
public void WriteAttrInt32(
   string name,
   string ns,
   int value
);
[C++]
public: void WriteAttrInt32(
   String* name,
   String* ns,
   int value
);
[JScript]
public function WriteAttrInt32(
   name : String,
   ns : String,
   value : int
);

Parameters

name
Name of attribute
ns
Namespace URI for the attribute
value
[To be supplied.]

See Also

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