次の方法で共有


AndType クラス

定義

クラスは AndType 、2 つ以上の検索式の間でブール 型 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)

適用対象