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!

DocumentReader.GetNamespace

[To be supplied.]

[Visual Basic]
Overridable Public Function GetNamespace( _
   ByVal i As Integer _
) As String
[C#]
public virtual string GetNamespace(
   int i
);
[C++]
public: virtual String* GetNamespace(
   int i
);
[JScript]
public function GetNamespace(
   i : int
) : String;

Parameters

i
[To be supplied.]

See Also

DocumentReader Class | DocumentReader Members | System.Data.XML Namespace