Prj.ActualsInSync
Prj.ActualsInSync field
Determines whether all actual works have been synchronized with the project.
public static readonly Key<NullableBool, PrjKey> ActualsInSync;
Examples
Shows how to read/write Prj.ActualsInSync property.
var project = new Project();
project.Set(Prj.ActualsInSync, true);
Console.WriteLine("Actuals In Sync: " + project.Get(Prj.ActualsInSync));
See Also
- struct Key<T,K>
- struct NullableBool
- enum PrjKey
- class Prj
- namespace Aspose.Tasks
- assembly Aspose.Tasks