Click or drag to resize

AssignmentModelClicksAttempt Property

Returns the number of clicks made by the User while completing the Task.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public int ClicksAttempt { get; set; }

Property Value

Type: Int32
Remarks

This property is automatically handled by the platform and should not be modified manually.

See Also