Gets or sets the namespace prefix associated with the current node.
[Visual Basic] MustOverride Public Property Prefix As String [C#] public string Prefix {abstract get; abstract set;} [C++] public: __property virtual String* get_Prefix() = 0;public: __property virtual void set_Prefix(String*) = 0; [JScript] public abstract function get Prefix() : String; public abstract function set Prefix(String);
The namespace prefix associated with the current node.
String.Empty if current node/record has no value to return (never returns null).
Setting this prefix has the same semantics as the W3C DOM.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace