Previous Topic: void SetAssignedUserName( LPCTSTR szAssignedUserName)

Next Topic: void SetPriority(HINT32 iPriority)


void SetDescription(LPCTSTR szDescription)

Sets a description for the new package.

Owning Class

CaCreatePackage

Arguments

LPCTSTR szDescription.

Return Value

None

Example

CaCreatePackage& rCreatePackage = rContext.GetCreatePackage(); rCreatePackage. SetDescription(“A good package”);