[This is preliminary documentation and is subject to change.]

Shows whether the tracker case is Active or archived. The value is true if Active and false if archived.

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public bool IsActive { get; set; }
Visual Basic (Declaration)
Public Property IsActive As Boolean
Visual C++
public:
property bool IsActive {
	bool get ();
	void set (bool value);
}

See Also