ClassDef Name Property

Meta Data Services Programming

Meta Data Services Programming

ClassDef Name Property

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

Syntax

Object.Name=string

The Name 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

See Also

ClassDef Object

INamedObject Interface