XmlNamespaces.IsForbiddenAnnotationNamespace MethodXmlNamespaces.IsForbiddenAnnotationNamespace MethodXmlNamespaces::IsForbiddenAnnotationNamespace Method

Determines whether it is forbidden for an annotation to have the specified namespace URI.

Syntax

Public Shared Function IsForbiddenAnnotationNamespace( _
    ns As String _
) As Boolean
public static bool IsForbiddenAnnotationNamespace(
    string ns
)
public:
static bool IsForbiddenAnnotationNamespace(
    String^ ns
)
 

Parameters

ns

Type: System.StringSystem.StringSystem::String^

A namespace URI.

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if it is forbidden for an annotation to have namespace URI ns; otherwise falseFalsefalse.