FormsAuthenticationUserCollection.Item[] Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen FormsAuthenticationUser koleksiyon öğesini alır.
Aşırı Yüklemeler
Item[Int32] |
Belirtilen dizinde FormsAuthenticationUser alır. |
Item[String] |
Belirtilen ada sahip FormsAuthenticationUser alır. |
Item[Int32]
Belirtilen dizinde FormsAuthenticationUser alır.
public:
property System::Web::Configuration::FormsAuthenticationUser ^ default[int] { System::Web::Configuration::FormsAuthenticationUser ^ get(int index); void set(int index, System::Web::Configuration::FormsAuthenticationUser ^ value); };
public System.Web.Configuration.FormsAuthenticationUser this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.FormsAuthenticationUser with get, set
Default Public Property Item(index As Integer) As FormsAuthenticationUser
Parametreler
- index
- Int32
Koleksiyon kullanıcısının dizini.
Özellik Değeri
Kullanıcı adı ve parolayı içeren bir FormsAuthenticationUser.
Şunlara uygulanır
Item[String]
Belirtilen ada sahip FormsAuthenticationUser alır.
public:
property System::Web::Configuration::FormsAuthenticationUser ^ default[System::String ^] { System::Web::Configuration::FormsAuthenticationUser ^ get(System::String ^ name); };
public System.Web.Configuration.FormsAuthenticationUser this[string name] { get; }
member this.Item(string) : System.Web.Configuration.FormsAuthenticationUser
Default Public ReadOnly Property Item(name As String) As FormsAuthenticationUser
Parametreler
- name
- String
Kullanıcının adı.
Özellik Değeri
Kullanıcı adı ve parolayı içeren bir FormsAuthenticationUser nesnesi.