Previous Topic: GetCompress Method

Next Topic: GetExecuteFlag Method


GetDescription Method

Gets the current value of the Interactive Merge Description.

Syntax

object.GetDescription()

Owning Class

CaWInteractiveMerge

Arguments

None

Return Value

A string that represents the description

Notes

None

Example

Dim objInteractiveMerge
Set objInteractiveMerge = objContext.GetInteractiveMerge()
strRet = objInteractiveMerge.GetDescription()

More information: