SecurityCallers.Item[Int32] プロパティ

定義

指定された SecurityIdentity 項目を取得します。

public:
 property System::EnterpriseServices::SecurityIdentity ^ default[int] { System::EnterpriseServices::SecurityIdentity ^ get(int idx); };
public System.EnterpriseServices.SecurityIdentity this[int idx] { get; }
member this.Item(int) : System.EnterpriseServices.SecurityIdentity
Default Public ReadOnly Property Item(idx As Integer) As SecurityIdentity

パラメーター

idx
Int32

インデックス番号を使用してアクセスする項目。

プロパティ値

SecurityIdentity オブジェクト。

適用対象