ProfilePropertySettingsCollection.Item[] Proprietà

Definizione

Ottiene o imposta l'oggetto specificato ProfilePropertySettings .

Overload

Nome Descrizione
Item[Int32]

Ottiene o imposta l'oggetto ProfilePropertySettings in corrispondenza della posizione di indice specificata.

Item[String]

Ottiene o imposta l'oggetto ProfilePropertySettings con il nome specificato.

Item[Int32]

Ottiene o imposta l'oggetto ProfilePropertySettings in corrispondenza della posizione di indice specificata.

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

Parametri

index
Int32

Indice di un ProfilePropertySettings oggetto nell'insieme.

Valore della proprietà

Oggetto ProfilePropertySettings in corrispondenza della posizione di indice specificata.

Vedi anche

Si applica a

Item[String]

Ottiene o imposta l'oggetto ProfilePropertySettings con il nome specificato.

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

Parametri

name
String

Nome di un ProfilePropertySettings oggetto nell'insieme.

Valore della proprietà

Oggetto ProfilePropertySettings con il nome specificato.

Vedi anche

Si applica a