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

Gets the current xml:lang scope.

[Visual Basic]
MustOverride Public ReadOnly Property XmlLang As String
[C#]
public string XmlLang {abstract get;}
[C++]
public: __property virtual String* get_XmlLang() = 0;
[JScript]
public abstract function get XmlLang() : String;

Property Value

The current xml:lang scope.

Remarks

This allows one component to find out what state another component has left the writer in. Perhaps one component wants to tell the other which language help text to generate and it communicates the language information by writing an xml:lang attribute.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace