QName.LocalName PropertyQName.LocalName PropertyQName::LocalName Property

Gets the local part of the qualified name.

Syntax

Public ReadOnly Property LocalName As String
        Get
public string LocalName { get; }
public:
property String^ LocalName {
    String^ get();
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the local part of the qualified name.