RuleCollection.Item[Int32] プロパティ

定義

コレクション内の指定したインデックス位置にあるルールを取得します。

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

パラメーター

index
Int32

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

プロパティ値

コレクション内の指定したインデックスにある規則。

注釈

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

適用対象