ClassDef Synonym Property

Meta Data Services Programming

Meta Data Services Programming

ClassDef Synonym Property

This property stores a synonym of the name of the ClassDef object. The Synonym property is made available through the IReposTypeInfo2 interface. To use the Synonym property, the class definition object that you create must implement IReposTypeInfo2.

Syntax

Object.Synonym=string

The Synonym property syntax has the following parts.

Part Description
object An object expression that evaluates to a ClassDef object.
string A variable length string that can be a maximum of 200 characters in length.

Synonym values must be unique for ClassDef objects.

See Also

ClassDef Name Property

ClassDef Object

IReposTypeInfo2 Interface