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.IsReservedNameSpace

[To be supplied.]

[Visual Basic]
MustOverride Public Function IsReservedNameSpace( _
   ByVal ns As String _
) As Boolean
[C#]
public abstract bool IsReservedNameSpace(
   string ns
);
[C++]
public: virtual bool IsReservedNameSpace(
   String* ns
) = 0;
[JScript]
public abstract function IsReservedNameSpace(
   ns : String
) : Boolean;

Parameters

ns
[To be supplied.]

See Also

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