FormsAuthenticationUserCollection.AllKeys 屬性

定義

他會拿到所有收藏的鑰匙。

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

屬性值

String[]

string包含集合金鑰的陣列。

備註

你可以用這種方法存取 FormsAuthenticationUser 集合中包含的物件。

適用於