ProfileGroupSettingsCollection.Item[] Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera lub ustawia ProfileGroupSettings obiekt.
Przeciążenia
Item[Int32] |
Pobiera lub ustawia ProfileGroupSettings obiekt w określonej lokalizacji indeksu. |
Item[String] |
Pobiera lub ustawia ProfileGroupSettings obiekt o określonej nazwie. |
Item[Int32]
Pobiera lub ustawia ProfileGroupSettings obiekt w określonej lokalizacji indeksu.
public:
property System::Web::Configuration::ProfileGroupSettings ^ default[int] { System::Web::Configuration::ProfileGroupSettings ^ get(int index); void set(int index, System::Web::Configuration::ProfileGroupSettings ^ value); };
public System.Web.Configuration.ProfileGroupSettings this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ProfileGroupSettings with get, set
Default Public Property Item(index As Integer) As ProfileGroupSettings
Parametry
- index
- Int32
Indeks ProfileGroupSettings obiektu w kolekcji.
Wartość właściwości
Obiekt ProfileGroupSettings w określonym indeksie lub null
jeśli w tym indeksie nie ma żadnego obiektu.
Zobacz też
Dotyczy
Item[String]
Pobiera lub ustawia ProfileGroupSettings obiekt o określonej nazwie.
public:
property System::Web::Configuration::ProfileGroupSettings ^ default[System::String ^] { System::Web::Configuration::ProfileGroupSettings ^ get(System::String ^ name); };
public System.Web.Configuration.ProfileGroupSettings this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ProfileGroupSettings
Default Public ReadOnly Property Item(name As String) As ProfileGroupSettings
Parametry
- name
- String
Nazwa ProfileGroupSettings obiektu w kolekcji.
Wartość właściwości
Obiekt ProfileGroupSettings o określonej nazwie lub null
jeśli nie ma obiektu o tej nazwie.