Click or drag to resize

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.5.700.3359 (8.5.0700.3359)
Syntax
C#
public bool? CopyCalendar { get; set; }

Property Value

NullableBoolean
See Also