System.Xml.XmlElement.Prefix Property

Gets or sets the namespace prefix of this node.

Syntax

public override string Prefix { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting this property changes the XmlElement.Name property, which holds the qualified name for an XmlElement. However, changing the prefix does not change the namespace URI of the element.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0