Tsk.ActualWorkProtected
Tsk.ActualWorkProtected field
The duration through which actual work is protected. Reading supported for XML format only.
public static readonly Key<Duration, TaskKey> ActualWorkProtected;
Examples
Shows how to read/write Tsk.ActualWorkProtected property.
var project = new Project();
project.Set(Prj.WorkFormat, TimeUnitType.Day);
var task = project.RootTask.Children.Add("Task");
task.Set(Tsk.ActualWorkProtected, project.GetWork(1));
Console.WriteLine("Actual Work Protected: " + task.Get(Tsk.ActualWorkProtected));
See Also
- struct Key<T,K>
- struct Duration
- enum TaskKey
- class Tsk
- namespace Aspose.Tasks
- assembly Aspose.Tasks