FormsAuthenticationUserCollection.Get Yöntem

Tanım

Belirtilen FormsAuthenticationUser koleksiyon öğesini alır.

Aşırı Yüklemeler

Name Description
Get(String)

FormsAuthenticationUser Belirtilen ada sahip koleksiyon öğesini alır.

Get(Int32)

Belirtilen dizinde FormsAuthenticationUser koleksiyon öğesini alır.

Get(String)

FormsAuthenticationUser Belirtilen ada sahip koleksiyon öğesini alır.

public:
 System::Web::Configuration::FormsAuthenticationUser ^ Get(System::String ^ name);
public System.Web.Configuration.FormsAuthenticationUser Get(string name);
member this.Get : string -> System.Web.Configuration.FormsAuthenticationUser
Public Function Get (name As String) As FormsAuthenticationUser

Parametreler

name
String

Kullanıcının adı.

Döndürülenler

FormsAuthenticationUser Kullanıcı adı ve parolayı içeren bir nesne.

Şunlara uygulanır

Get(Int32)

Belirtilen dizinde FormsAuthenticationUser koleksiyon öğesini alır.

public:
 System::Web::Configuration::FormsAuthenticationUser ^ Get(int index);
public System.Web.Configuration.FormsAuthenticationUser Get(int index);
member this.Get : int -> System.Web.Configuration.FormsAuthenticationUser
Public Function Get (index As Integer) As FormsAuthenticationUser

Parametreler

index
Int32

Koleksiyon kullanıcısının dizini.

Döndürülenler

FormsAuthenticationUser Kullanıcı adı ve parolayı içeren bir.

Şunlara uygulanır