Sdílet prostřednictvím


ProfileGroupSettingsCollection.Item[] Vlastnost

Definice

Získá nebo nastaví ProfileGroupSettings objekt.

Přetížení

Item[Int32]

Získá nebo nastaví ProfileGroupSettings objekt v zadaném umístění indexu.

Item[String]

Získá nebo nastaví ProfileGroupSettings objekt se zadaným názvem.

Item[Int32]

Získá nebo nastaví ProfileGroupSettings objekt v zadaném umístění indexu.

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

Index objektu ProfileGroupSettings v kolekci.

Hodnota vlastnosti

Objekt ProfileGroupSettings v zadaném indexu nebo null pokud na daném indexu neexistuje žádný objekt.

Viz také

Platí pro

Item[String]

Získá nebo nastaví ProfileGroupSettings objekt se zadaným názvem.

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

Název objektu ProfileGroupSettings v kolekci.

Hodnota vlastnosti

Objekt ProfileGroupSettings se zadaným názvem nebo null pokud neexistuje žádný objekt s tímto názvem.

Viz také

Platí pro