Previous Topic: GetItemOption Method

Next Topic: GetCheckinMode Method


GetDescription Method

Gets the Description attribute for this process.

Syntax

object.GetDescription()

Owning Class

CaWCheckin

Arguments

None

Return Value

A string that represents the description.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
strdescription = objCheckin.GetDescription()

More information: