Click or drag to resize

CaseIsActive Property

Set or get the active or inactive state for a case, used to help distinguish between active cases and inactive cases.

Namespace:  Law.EdaIntegration.Case
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public bool IsActive { get; set; }

Property Value

Type: Boolean
Remarks
New cases are created as active = true by default. An inactive case will not be accessible via the Early Data Analyzer Integration Library.
See Also