Gets or sets the Package priority attribute.
object.Priority = [value]
CaWCreatePackage
value - A long that sets the priority value.
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:
| Copyright © 2013 CA. All rights reserved. |
|