Click or drag to resize

ReclassServiceArgumentsCopyPendingDatesToBaselineDates Property

Determines whether the pending dates will be copied to the baseline dates. Only applies if all of the following conditions are met: 1. When the SourceClass is a Pending class and the TargetClass is a Budget class. 2. When TargetAction is Replace. If the above conditions are not met, pending dates will not be copied to the baseline dates. Optional. Default is the pending dates will not be copied to the baseline dates.

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

Property Value

NullableBoolean
See Also