Specifies whether or not packages in a package group must all be promoted together.
object.SetCheckPackageGroupBind(blnFlag)
CaWPromote
blnFlag - A boolean. True if yes, False if no.
A boolean - True if set succeeded, False if failed.
Example
Dim objPromote Set objPromote = objContext.GetPromote() blnRet = objPromote.SetCheckPackageGroupBind(True);
More information:
| Copyright © 2013 CA. All rights reserved. |
|