Gets a value that indicates whether the session is active.

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
public bool Active { get; }
Visual Basic (Declaration)
<JsonAttribute(True, True, True)> _
Public ReadOnly Property Active As Boolean
	Get

See Also