TreatAsBits Property
Gets or sets 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 Property TreatAsBits As Boolean
Get
Set
'Usage
Dim instance As EdmEnumType
Dim value As Boolean
value = instance.TreatAsBits
instance.TreatAsBits = value
public bool TreatAsBits { get; set; }
public:
virtual property bool TreatAsBits {
bool get () sealed;
void set (bool value) sealed;
}
abstract TreatAsBits : bool with get, set
override TreatAsBits : bool with get, set
final function get TreatAsBits () : boolean
final function set TreatAsBits (value : boolean)
Property Value
Type: System..::..Boolean