CompletionStatus Property

Retrieves the last value written to the completion status tag by the SecuritySynchronizer object.

Syntax

object.CompletionStatus [= Boolean]

Properties

The CompletionStatus property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

True (1) is written to this property only when the security synchronization process completes.
You must manually set the value to False (0) before calling the SynchronizeSecurity method, to see this property value change to True (1) when the synchronization process completes.

 

Applies To