Indicates if caching is active or not (Read Only)

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Active As Boolean
C#
public bool Active { get; }
Visual C++
public:
property bool Active {
	bool get ();
}
JavaScript
function get_active();

See Also