DelegatingXmlReader.Prefix PropertyDelegatingXmlReader.Prefix PropertyDelegatingXmlReader::Prefix Property

Gets the namespace prefix associated with the current node.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

The namespace prefix associated with the current node.