QName.Prefix PropertyQName.Prefix PropertyQName::Prefix Property

Gets the prefix of the qualified name.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the prefix of the qualified name, or EmptyEmptyEmpty if the prefix is not specified.