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!

XmlEntity.LocalName

Gets the name of the 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 node with the prefix removed. For example, LocalName is yyy for the element <xxx:yyy>.

Remarks

For nodes created with a DOM Level 1 method, such as CreateElement, it is null.

See Also

XmlEntity Class | XmlEntity Members | System.NewXml Namespace