ProfilePropertySettingsCollection.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 określony ProfilePropertySettings obiekt.
Przeciążenia
Item[Int32] |
Pobiera lub ustawia ProfilePropertySettings obiekt w określonej lokalizacji indeksu. |
Item[String] |
Pobiera lub ustawia ProfilePropertySettings obiekt o określonej nazwie. |
Item[Int32]
Pobiera lub ustawia ProfilePropertySettings obiekt w określonej lokalizacji indeksu.
public:
property System::Web::Configuration::ProfilePropertySettings ^ default[int] { System::Web::Configuration::ProfilePropertySettings ^ get(int index); void set(int index, System::Web::Configuration::ProfilePropertySettings ^ value); };
public System.Web.Configuration.ProfilePropertySettings this[int index] { get; set; }
member this.Item(int) : System.Web.Configuration.ProfilePropertySettings with get, set
Default Public Property Item(index As Integer) As ProfilePropertySettings
Parametry
- index
- Int32
Indeks ProfilePropertySettings obiektu w kolekcji.
Wartość właściwości
ProfilePropertySettings Obiekt w określonej lokalizacji indeksu.
Zobacz też
Dotyczy
Item[String]
Pobiera lub ustawia ProfilePropertySettings obiekt o określonej nazwie.
public:
property System::Web::Configuration::ProfilePropertySettings ^ default[System::String ^] { System::Web::Configuration::ProfilePropertySettings ^ get(System::String ^ name); };
public System.Web.Configuration.ProfilePropertySettings this[string name] { get; }
member this.Item(string) : System.Web.Configuration.ProfilePropertySettings
Default Public ReadOnly Property Item(name As String) As ProfilePropertySettings
Parametry
- name
- String
Nazwa ProfilePropertySettings obiektu w kolekcji.
Wartość właściwości
ProfilePropertySettings Obiekt o określonej nazwie.