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:

PartDescription
objectAn expression evaluating to an object of type McDBNode.
valueA 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

Error Value Description
E_ACCESSDENIED &H80070005 The McDBDatabase.LoggedUser does not have McDBRight.Write permission in the Rights for this McDBNode.
E_UNEXPECTED &H8001FFFF A framework error occurred while accessing this McDBNode.

Notes

No masking is done by the framework. Assigning a value to Flags will overwrite any existing value there.