FormsAuthenticationUserCollection.Get Yöntem

Tanım

Belirtilen FormsAuthenticationUser koleksiyonu öğesini alır.

Aşırı Yüklemeler

Get(String)

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

Get(Int32)

Belirtilen dizinde FormsAuthenticationUser koleksiyon öğesini alır.

Get(String)

Belirtilen ada sahip FormsAuthenticationUser koleksiyonu öğ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

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

Ş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

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

Şunlara uygulanır