Click or drag to resize

DurationNegative Property

When used as a predecessor’s lag value, indicates whether the lag is negative (if true), or positive (false).

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public Nullable<bool> Negative { get; set; }

Return Value

Type: NullableBoolean
the negative flag
See Also