TaskModelInstructions Property
|
Displays instructions to the user on how to complete the Task.
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic string Instructions { get; set; }
Property Value
Type:
String
Remarks
The Instructions will be voiced unless the IsMuted property
is set to true.
See Also