CopyProjectServiceArgumentsCopyCalendar Property |
Determines whether to copy the calendar from the source project and rename it to the new project's name.
If set to false, the new project will use the same calendar as the source project.
Optional.
Default is true.
Namespace:
Cobra.Model.WebService
Assembly:
Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax public Nullable<bool> CopyCalendar { get; set; }
Property Value
Type:
NullableBooleanSee Also