ValidationRules.SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace Field
Validates that an element namespace is not empty or whitespace.
Namespace: Microsoft.Data.Edm.Validation
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared ReadOnly SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace As ValidationRule(Of IEdmSchemaElement)
'Usage
Dim value As ValidationRule(Of IEdmSchemaElement)
value = ValidationRules.SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
public static readonly ValidationRule<IEdmSchemaElement> SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
public:
static initonly ValidationRule<IEdmSchemaElement^>^ SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace
static val SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace: ValidationRule<IEdmSchemaElement>
public static final var SchemaElementNamespaceMustNotBeEmptyOrWhiteSpace : ValidationRule<IEdmSchemaElement>