Click or drag to resize

MissionModelTasksSerialized Property

Lists the Tasks that are part of this Mission.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public List<TaskModel> TasksSerialized { get; set; }

Property Value

Type: ListTaskModel
See Also