PropertyExpressionOperator Enum

Definition

Represents an operator for creating property expressions.

public enum class PropertyExpressionOperator
public enum PropertyExpressionOperator
type PropertyExpressionOperator = 
Public Enum PropertyExpressionOperator
Inheritance
PropertyExpressionOperator

Fields

Contains 1

The property value contains the target value.

EqualTo 0

The target value and the property value are equal.

Applies to