Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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