다음을 통해 공유


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지정된 인덱스의 키입니다.

적용 대상