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

Writes out the specified name, ensuring it is a valid Name according to the XML specification (href="

[Visual Basic]
MustOverride Public Sub WriteName( _
   ByVal name As String _
)
[C#]
public abstract void WriteName(
   string name
);
[C++]
public: virtual void WriteName(
   String* name
) = 0;
[JScript]
public abstract function WriteName(
   name : String
);

Parameters

name
[To be supplied.]

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace