AuthorizationRuleCollection.Item[Int32] プロパティ

定義

コレクションの指定したインデックス位置にある AuthorizationRule オブジェクトを取得します。

public:
 property System::Security::AccessControl::AuthorizationRule ^ default[int] { System::Security::AccessControl::AuthorizationRule ^ get(int index); };
public System.Security.AccessControl.AuthorizationRule this[int index] { get; }
public System.Security.AccessControl.AuthorizationRule? this[int index] { get; }
member this.Item(int) : System.Security.AccessControl.AuthorizationRule
Default Public ReadOnly Property Item(index As Integer) As AuthorizationRule

パラメーター

index
Int32

取得する AuthorizationRule オブジェクトの 0 から始まるインデックス。

プロパティ値

AuthorizationRule

指定したインデックス位置にある AuthorizationRule オブジェクト。

適用対象