Share via


EnumTypeConfiguration.IsFlags Property

 

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

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public bool IsFlags {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property bool IsFlags {
    [CompilerGeneratedAttribute]
    bool get();
    [CompilerGeneratedAttribute]
    private: void set(bool value);
}
member IsFlags : bool with get, private set
Public Property IsFlags As Boolean
    Get
    Private Set
End Property

Property Value

Type: System.Boolean

See Also

EnumTypeConfiguration Class
System.Web.OData.Builder Namespace

Return to top