Gets or sets the namespace prefix associated with the current node.
[Visual Basic] Overridable Public Property Prefix As String [C#] public string Prefix {override get; override set;} [C++] public: __property virtual String* get_Prefix(); public: __property virtual void set_Prefix(String*); [JScript] public function get Prefix() : String; public 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.
DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace