Previous Topic: LPCTSTR GetAssignedUserName(void)

Next Topic: HINT32 GetPriority(void)


LPCTSTR GetDescription(void)

Retrieves the current value of the description attribute.

Owning Class

CaCreatePackage

Arguments

None

Return Value

LPCTSTR-current description value

Example

CaCreatePackage& rCreatePackage = rContext.GetCreatePackage();CaString szDescription = rCreatePackage. GetDescription();