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; }
Public Property Negative As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> Negative {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Negative : Nullable<bool> with get, set
Return Value
Type:
NullableBoolean the negative flag
See Also