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

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

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

Parameters

name
Name of element
value
[To be supplied.]

See Also

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