RepositoryObjectVersion Name Property

See Also

A character string that contains the name of the Repository object version.

Syntax

object.Name

The Name property syntax has the following parts.

Part Description
object An object expression that evaluates to a RepositoryObjectVersion object.

Remarks

When you try to retrieve an object version's name, there are several places the Repository can look for a name. (See Retrieving an object version's name.)

When you try to change the value of this property, there might be several names the Repository tries to change. (See Changing an object version's name.)

Note that when you change this property, the Repository can, in some circumstances, change some names but not change others. For example, if an object version is the destination of three naming relationships and also implements the INamedObject interface, this method will try to change four names. The method returns success if any of the four attempts succeeds.