Retrieves the default name expression for the new package.
object.DefaultName
CaWCreatePackage
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:
| Copyright © 2013 CA. All rights reserved. |
|