Click or drag to resize

AdvanceCalendarServiceArgumentsSyncProjectAndCalendarStatus Property

Determines whether the status date of the project and the calendar will be synchronized. Use SyncProjectWithCalendarStatus to set the project's status date with the calendar's status date (TODATE). Use SyncCalendarWithProjectStatus to set the move the calendar's TODATE period to match the project's status date. Default is null which means no synchronizing will take place.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public Nullable<SyncProjectAndCalendarStatus> SyncProjectAndCalendarStatus { get; set; }

Property Value

Type: NullableSyncProjectAndCalendarStatus
See Also