Share

ChangeProcessor.GlobalChangeProcess Property

Parent Object: ChangeProcessor

Description

Gets and sets whether or not to execute the change process as a global transaction (can be viewed as a top-level transaction). If True, a global transaction will be created. Initially False; this property should be set before the Execute method is called.

Syntax

ChangeProcessor.GlobalChangeProcess() As Boolean

Property Value

This is a read/write property whose value is a Boolean.

Version

Introduced in version 9

Was this information helpful?