Previous Topic: AssignedUserName Property

Next Topic: Priority Property


Description Property

Gets or sets a description for the new package.

Syntax

object.Description = [value]

Owning Class

CaWCreatePackage

Arguments

value - A string that sets the description.

Example

Dim objCreatePackage
Set objCreatePackage = objContext.GetCreatePackage()
objCreatePackage.Description = “A good package”
 strDescription = objCreatePackage.Description

More information: