Previous Topic: CaWCreatePackage

Next Topic: AssignedUserName Property


PackageName Property

Gets or sets a name for the new Package.

Syntax

object.PackageName = [value]

Owning Class

CaWCreatePackage

Arguments

value - A string that sets the Package name.

Notes

If the package name attribute is set, then it is used without regard to the default name expression.

Example

Dim objCreatePackage
Set objCreatePackage = objContext.GetCreatePackage()
objCreatePackage.PackageName = “Package - 12”
 strPackageName = objCreatePackage.PackageName

More information: