AndType 类

定义

AndType 表示一个搜索表达式,使你能够在两个或多个搜索表达式之间执行布尔 AND 作。 如果 And 元素中包含的所有搜索表达式均为 true则 AND作的结果为 true

public ref class AndType : ExchangeWebServices::MultipleOperandBooleanExpressionType
public class AndType : ExchangeWebServices.MultipleOperandBooleanExpressionType
Public Class AndType
Inherits MultipleOperandBooleanExpressionType
继承

构造函数

AndType()

构造 AndType 函数初始化 类的新实例 AndType

属性

Items

属性 Items 获取或设置表示一组作数的搜索表达式数组。

(继承自 MultipleOperandBooleanExpressionType)

适用于