Previous Topic: GetScriptFile Method

Next Topic: SetExecuteFlag Method


SetDescription Method

Sets the description.

Syntax

object.SetDescription(strDesc)

Owning Class

CaWInteractiveMerge

Arguments

A string that represents the description

Return Value

True-if successful, false-if failed

Notes

None

Example

Dim objInteractiveMerge
Set objInteractiveMerge = objContext.GetInteractiveMerge()
bRet = objInteractiveMerge.SetDescription("My Description")

More information: