IEdmEnumType.IsFlags Property

Gets a value indicating whether the enumeration type can be treated as a bit field.

Namespace:  Microsoft.Data.Edm
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
ReadOnly Property IsFlags As Boolean 
    Get
'Usage
Dim instance As IEdmEnumType 
Dim value As Boolean 

value = instance.IsFlags
bool IsFlags { get; }
property bool IsFlags {
    bool get ();
}
abstract IsFlags : bool
function get IsFlags () : boolean

Property Value

Type: System.Boolean

See Also

Reference

IEdmEnumType Interface

Microsoft.Data.Edm Namespace