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

Gets the name of the current node without the namespace prefix.

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

Property Value

The name of the current node with the prefix removed. For example, LocalName is yyy for the element <xxx:yyy>.

See Also

XmlReader Class | XmlReader Members | System.NewXml Namespace