NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNavigator.Prefix

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);

Property Value

The namespace prefix associated with the current node.

String.Empty if current node/record has no value to return (never returns null).

Remarks

Setting this prefix has the same semantics as the W3C DOM.

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace