Jaa


ValidationRules.EnumMemberValueMustHaveSameTypeAsUnderlyingType Field

Definition

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) 

Field Value

Applies to