Gets or sets a description for the new package.
object.Description = [value]
CaWCreatePackage
value - A string that sets the description.
Example
Dim objCreatePackage Set objCreatePackage = objContext.GetCreatePackage() objCreatePackage.Description = “A good package” strDescription = objCreatePackage.Description
More information:
| Copyright © 2013 CA. All rights reserved. |
|