PropertyDef MemberSynonym Property

Meta Data Services Programming

Meta Data Services Programming

PropertyDef MemberSynonym Property

This property is a string used as a synonym for a property 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 IInterfaceMember2 interface. For more information about accessing a member of an interface that is not the default interface, see Accessing Automation Object Members.

Syntax

object.MemberSynonym=(string)

The MemberSynonym property syntax has the following parts.

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

See Also

PropertyDef Object

IInterfaceMember2 Interface