NamespaceIsNotAllowed Field
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly NamespaceIsNotAllowed As ValidationRule(Of IEdmSchemaElement)
'Usage
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.NamespaceIsNotAllowed
public static readonly ValidationRule<IEdmSchemaElement> NamespaceIsNotAllowed
public:
static initonly ValidationRule<IEdmSchemaElement^>^ NamespaceIsNotAllowed
static val NamespaceIsNotAllowed: ValidationRule<IEdmSchemaElement>
public static final var NamespaceIsNotAllowed : ValidationRule<IEdmSchemaElement>