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 物件。

適用於