Jaa


ValidationRules.EnumMustHaveIntegerUnderlyingType Field

Definition

Raises an error if the underlying type of an enum type is not an integer type.

public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmEnumType> EnumMustHaveIntegerUnderlyingType;
 staticval mutable EnumMustHaveIntegerUnderlyingType : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmEnumType>
Public Shared ReadOnly EnumMustHaveIntegerUnderlyingType As ValidationRule(Of IEdmEnumType) 

Field Value

Applies to