Click or drag to resize

DeleteProjectServiceArgumentsDeleteCalendar Property

Determines whether to delete the calendar associated with the project when the project is deleted. Optional. Default is the calendar associated with the project will not be deleted.

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? DeleteCalendar { get; set; }

Property Value

NullableBoolean
See Also