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!

XmlReader.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 property represents the xml:lang scope within which the current node resides. For example, here is an XML fragment with xml:lang set to US English in the root element:

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace