Meta Data Services Programming

PropertyDef Flags Property

The PropertyDef object exposes two separate Flags properties. Both the default interface, IPropertyDef, and a non-default interface, IInterfaceMember, expose a Flags property that you can set.

Syntax

object.Flags

The Flags property syntax has the following part.

Part Description
object An object expression that evaluates to a PropertyDef object, for the default Flags property

-or-

An object expression that evaluates to an object that exposes IInterfaceMember as the default interface, for the alternate Flags property


Remarks

For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

See Also

IInterfaceMember Interface

PropertyDef Object