Sets a description to annotate why the item is being removed.
object.SetDescription(strDescription)
CaWRemoveItem
strDescription - A string that represents the explanation.
A boolean - True if set succeeded, False if failed.
Example
Dim objRemoveItem Set objRemoveItem = objContext.GetRemoveItem() blnRet = objRemoveItem.SetDescription(“Obsolete”);
More information:
| Copyright © 2013 CA. All rights reserved. |
|