Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates that an element namespace is not a reserved system namespace.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly SchemaElementSystemNamespaceEncountered As ValidationRule(Of IEdmSchemaElement)
'Usage
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.SchemaElementSystemNamespaceEncountered
public static readonly ValidationRule<IEdmSchemaElement> SchemaElementSystemNamespaceEncountered
public:
static initonly ValidationRule<IEdmSchemaElement^>^ SchemaElementSystemNamespaceEncountered
static val SchemaElementSystemNamespaceEncountered: ValidationRule<IEdmSchemaElement>
public static final var SchemaElementSystemNamespaceEncountered : ValidationRule<IEdmSchemaElement>