Click or drag to resize

TaskModelInstructions Property

Displays instructions to the user on how to complete the Task.

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

Property Value

Type: String
Remarks

The Instructions will be voiced unless the IsMuted property is set to true.

See Also