InterfaceDef Synonym Property

Meta Data Services Programming

Meta Data Services Programming

InterfaceDef Synonym Property

This property is a string used as a synonym for an interface name. The value that you specify must be unique.

This property is not attached to the default interface for the repository Automation object; it is attached to the IReposTypeInfo2 interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

object.Synonym=string

The Synonym property syntax has the following parts.

Part Description
object An object expression that evaluates to an InterfaceDef object
string A variable length string that can be a maximum of 255 characters in length

See Also

InterfaceDef Object

IReposTypeInfo2 Interface