ValidationRules.EnumMustHaveIntegerUnderlyingType Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)