ReposProperty Flags Property
From Meta Data Services Programming
Meta Data Services Programming
ReposProperty Flags Property
This property returns enumerated values that specify attributes of an interface member, such as whether it is hidden, read-only, virtual, or derived. This property is read-only.
This property is not attached to the default interface for the repository Automation object; it is attached to the IReposProperty2 interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.
Syntax
Set variable = object.Flags=(integer)
The Flags property syntax has the following parts.
| Part | Description |
|---|---|
| object | An object expression that evaluates to a ReposProperty object. |
| integer | Flag values are bit flags, and they can be combined to set multiple options. For more information about flag values and descriptions, see the InterfaceMemberFlags Enumeration. |