Previous Topic: CaCreatePackage

Next Topic: void SetAssignedUserName( LPCTSTR szAssignedUserName)


void SetPackageName(LPCTSTR szPackageName)

Sets a name for the new Package.

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

Owning Class

CaCreatePackage

Arguments

LPCTSTR szPackageName

Return Value

None

Example

CaCreatePackage& rCreatePackage = rContext.GetCreatePackage();rCreatePackage. SetPackageName(“Package-12”);