ValidationRules.EnumMemberValueMustHaveSameTypeAsUnderlyingType 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 type of an enum member doesn't match the underlying type of the enum it belongs to.
public static readonly Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmEnumMember> EnumMemberValueMustHaveSameTypeAsUnderlyingType;
staticval mutable EnumMemberValueMustHaveSameTypeAsUnderlyingType : Microsoft.OData.Edm.Validation.ValidationRule<Microsoft.OData.Edm.IEdmEnumMember>
Public Shared ReadOnly EnumMemberValueMustHaveSameTypeAsUnderlyingType As ValidationRule(Of IEdmEnumMember)