InterfaceDef Flags Property

Meta Data Services Programming

Meta Data Services Programming

InterfaceDef Flags Property

This property contains flags that specify whether the interface is extensible, and whether the interface should be visible to Automation interface queries.

Syntax

object.Flags=(integer)

The Flags property syntax has the following parts.

Part Description
object An object expression that evaluates to an InterfaceDef object.
Integer A byte that stores a flag value (either 1, 2, or 3). For more information about flag values, see InterfaceDefFlags Enumeration.

See Also

InterfaceDef Object