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!

NamespaceManager.FindNamespace

[To be supplied.]

[Visual Basic]
MustOverride Public Function FindNamespace( _
   ByVal prefix As String, _
   ByRef urn As String, _
   ByRef srcURN As String _
) As Boolean
[C#]
public abstract bool FindNamespace(
   string prefix,
   ref string urn,
   ref string srcURN
);
[C++]
public: virtual bool FindNamespace(
   String* prefix,
   String** urn,
   String** srcURN
) = 0;
[JScript]
public abstract function FindNamespace(
   prefix : String,
   urn : String,
   srcURN : String
) : Boolean;

Parameters

prefix
[To be supplied.]
urn
[To be supplied.]
srcURN
[To be supplied.]

See Also

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