Previous Topic: Description Property

Next Topic: DefaultName Property (Read Only)


Priority Property

Gets or sets the Package priority attribute.

Syntax

object.Priority = [value]

Owning Class

CaWCreatePackage

Arguments

value - A long that sets the priority value.

Notes

Priorities are integers but the meaning of each value is user defined.

Example

Dim objCreatePackage
Set objCreatePackage = objContext.GetCreatePackage()
objCreatePackage.Priority = 1
lngPriority = objCreatePackage.Priority

More information: