Previous Topic: SetFileList Method

Next Topic: GetDescription Method


GetItemOption Method

Gets the Item Option attribute for this process.

Syntax

object.GetItemOption()

Owning Class

CaWCheckin

Arguments

None

Return Value

A long that represents the value.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
lngRet = objCheckin.GetItemOption()

More information: