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!

CoreXmlReader.LookupNamespace

[To be supplied.]

[Visual Basic]
Public Function LookupNamespace( _
   ByVal prefix As String _
) As String
[C#]
public string LookupNamespace(
   string prefix
);
[C++]
public: String* LookupNamespace(
   String* prefix
);
[JScript]
public function LookupNamespace(
   prefix : String
) : String;

Parameters

prefix
[To be supplied.]

See Also

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