共用方式為


FormsAuthenticationUserCollection.GetKey(Int32) 方法

定義

取得位於指定集合索引 FormsAuthenticationUserCollection 索引處的索引鍵。

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

參數

index
Int32

集合中的索引。

傳回

位於 FormsAuthenticationUserCollection指定索引處的索引鍵。

適用於