Sdílet prostřednictvím


ProfilePropertySettingsCollection.Item[] Vlastnost

Definice

Získá nebo nastaví zadaný ProfilePropertySettings objekt.

Přetížení

Item[Int32]

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

Item[String]

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

Item[Int32]

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

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

Index objektu ProfilePropertySettings v kolekci.

Hodnota vlastnosti

Objekt ProfilePropertySettings v zadaném umístění indexu.

Viz také

Platí pro

Item[String]

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

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

Název objektu ProfilePropertySettings v kolekci.

Hodnota vlastnosti

Objekt ProfilePropertySettings se zadaným názvem.

Viz také

Platí pro