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的指定索引处的键。

适用于