Previous Topic: Recursive Property

Next Topic: GetDescription Method


SetDescription Method

Sets a description to annotate why the item is being removed.

Syntax

object.SetDescription(strDescription)

Owning Class

CaWRemoveItem

Arguments

strDescription - A string that represents the explanation.

Return Value

A boolean - True if set succeeded, False if failed.

Example

Dim objRemoveItem
Set objRemoveItem = objContext.GetRemoveItem()
blnRet = objRemoveItem.SetDescription(“Obsolete”);

More information: