Share via


ValidationRules.SchemaElementSystemNamespaceEncountered Field

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>

See Also

Reference

ValidationRules Class

Microsoft.Data.Edm.Validation Namespace