RuleOperationError.Item[Int32] プロパティ

定義

指定したインデックス位置にあるルール エラーを取得します。

public:
 property Microsoft::Exchange::WebServices::Data::RuleError ^ default[int] { Microsoft::Exchange::WebServices::Data::RuleError ^ get(int index); };
public Microsoft.Exchange.WebServices.Data.RuleError this[int index] { get; }
Default Public ReadOnly Property Item(index As Integer) As RuleError

パラメーター

index
Int32

取得するルール エラーの 0 から始まるインデックス。

プロパティ値

コレクション内の指定したインデックスでのルール エラー。

注釈

Item[Int32]プロパティを使用すると、コレクション内の特定RuleOperationErrorのオブジェクトを取得できます。 コレクションを列挙する場合は、 プロパティを GetEnumerator() 標準の方法で使用できます。

適用対象