FilterProperty.Operator Property

Definition

Retrieves or sets the operator to use when comparing the filter value to the property value.

public Microsoft.Hpc.Scheduler.Properties.FilterOperator Operator { get; set; }
member this.Operator : Microsoft.Hpc.Scheduler.Properties.FilterOperator with get, set
Public Property Operator As FilterOperator

Property Value

The operator used when comparing the filter value to the property value. For possible values, see the FilterOperator enumeration.

Applies to