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!

XmlNotation.LocalName

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

[Visual Basic]
Overridable Public ReadOnly Property LocalName As String
[C#]
public string LocalName {override get;}
[C++]
public: __property virtual String* get_LocalName();
[JScript]
public 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

XmlNotation Class | XmlNotation Members | System.NewXml Namespace