CompositionCommitBatch.IsActive Property

Definition

Indicates whether the CompositionCommitBatch is currently opened for objects to be aggregated.

public:
 property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = compositionCommitBatch.isActive;
Public ReadOnly Property IsActive As Boolean

Property Value

Boolean

bool

Boolean indicating whether the CompositionCommitBatch is currently opened for objects to be aggregated.

Applies to