Specifies whether packages in a package group must all be Demoted together.
object.SetCheckPackageGroupBind(blnFlag)
CaWDemote
blnFlag - A boolean, True if yes, False if no.
A boolean - True if set succeeded, False if failed.
Example
Dim objDemote objDemote = objContext.GetDemote() blnRet = objDemote.SetCheckPackageGroupBind(True)
More information:
| Copyright © 2013 CA. All rights reserved. |
|