EdmEnumType.IsFlags Property
Gets a value indicating whether the enumeration type can be treated as a bit field.
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property IsFlags As Boolean
Get
'Usage
Dim instance As EdmEnumType
Dim value As Boolean
value = instance.IsFlags
public bool IsFlags { get; }
public:
virtual property bool IsFlags {
bool get () sealed;
}
abstract IsFlags : bool
override IsFlags : bool
final function get IsFlags () : boolean
Property Value
Type: System.Boolean
true if the enumeration type can be treated as a bit field; otherwise, false.