Share via


EnumTypeConfiguration.IsFlags Property

Definition

Gets the IsFlags of this enum type. If it is true, a combined value is equivalent to the bitwise OR of the discrete values.

public bool IsFlags { get; }
member this.IsFlags : bool
Public ReadOnly Property IsFlags As Boolean

Property Value

Applies to