Previous Topic: Priority Property

Next Topic: Execute Method


DefaultName Property (Read Only)

Retrieves the default name expression for the new package.

Syntax

object.DefaultName

Owning Class

CaWCreatePackage

Notes

The CA Harvest SCM administrator sets the default name expression as an attribute of the CA Harvest SCM Create Package process. The default name expression generates the package name if none is supplied with the PackageName property. If there is no default expression, then the default is “Package- number” where number is a sequential integer value.

Example

Dim objCreatePackage
Set objCreatePackage = objContext.GetCreatePackage()
strDefaultName = objCreatePackage.DefaultName

More information: