BatchID

This read-only workdoc property allows you to get the Batch ID in which the current workdoc resides.

Syntax

strBatchID as String

Sample Code

The following sample code shows how to return the Batch ID.

Dim strBatchID as String
strBatchID = pWorkdoc.NamedProperty("BatchID")