TwoOperandExpressionType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TwoOperandExpressionType class is the base class for derived classes that represent a restriction that is formed by comparing two values against one another.
public ref class TwoOperandExpressionType abstract : ExchangeWebServices::SearchExpressionType
public abstract class TwoOperandExpressionType : ExchangeWebServices.SearchExpressionType
Public MustInherit Class TwoOperandExpressionType
Inherits SearchExpressionType
- Inheritance
- Derived
Remarks
The TwoOperandExpressionType class is the base class for the IsEqualToType, IsGreaterThanType, IsGreaterThanOrEqualToType, IsLessThanType, IsLessThanOrEqualToType, and IsNotEqualToType classes.
Constructors
TwoOperandExpressionType() |
The TwoOperandExpressionType class is abstract and cannot be instantiated. |
Properties
FieldURIOrConstant |
The FieldURIOrConstant property gets or sets the property or constant that is compared with each item or folder in a restriction. |
Item |
The Item property gets or sets the property path that is searched on for each item or folder in a search. |