Description
Assign or retrieve discretely querable bit flags of this McDBNode
-
Property type
-
A Long value.
-
Syntax
-
object.Flags [= value]
The Flags Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBNode. | | value | A Long value. | Remarks
McDBNode instances are associated with a 32-bit Flags value. Flags are persistent and discretely querable. All bits are available for client use.
Exceptions
Notes
No masking is done by the framework. Assigning a value to Flags will overwrite any existing value there.
|