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.WriteAttrDecimal (String, String, Decimal)

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

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

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.WriteAttrDecimal Overload List