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!

DocumentNavigator.Prefix

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

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

DocumentNavigator Class | DocumentNavigator Members | System.NewXml Namespace