CriteriaOperator Property | |
The Criteria Operator
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<CriteriaOperator> Operator { get; set; }
Public Property Operator As Nullable(Of CriteriaOperator)
Get
Set
public:
property Nullable<CriteriaOperator> Operator {
Nullable<CriteriaOperator> get ();
void set (Nullable<CriteriaOperator> value);
}
member Operator : Nullable<CriteriaOperator> with get, set
Property Value
Type:
NullableCriteriaOperatorSee Also