AndType 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
类 AndType 表示一个搜索表达式,使你能够在两个或多个搜索表达式之间执行布尔 AND 作。 如果 And 元素中包含的所有搜索表达式均为 true,则 AND作的结果为 true。
public ref class AndType : ExchangeWebServices::MultipleOperandBooleanExpressionType
public class AndType : ExchangeWebServices.MultipleOperandBooleanExpressionType
Public Class AndType
Inherits MultipleOperandBooleanExpressionType
- 继承