A character string that contains the name of the Repository object.
The name property is normally a property of the relationship for which this Repository object is the destination object. When the name is retrieved, the name from the first naming relationship found is returned. If the object is not the destination of any naming relationship, a null name is returned. When the name is set, the new name is set for all naming relationships for which the object is the destination.
object.Name
The Name property syntax has the following parts.
Part | Description |
object | An object expression that evaluates to a RepositoryObject object. |
If the Repository object exposes the INamedObject interface, the name that is retrieved is always the Name property of the INamedObject interface. Likewise, when this property is set, the Name property of the INamedObject interface and the name associated with all naming relationships are set to the new value.