Compartilhar via


ProfilePropertySettingsCollection.Item[] Propriedade

Definição

Obtém ou define o objeto ProfilePropertySettings especificado.

Sobrecargas

Item[Int32]

Obtém ou define o objeto ProfilePropertySettings no local do índice especificado.

Item[String]

Obtém ou define o objeto ProfilePropertySettings com o nome especificado.

Item[Int32]

Obtém ou define o objeto ProfilePropertySettings no local do índice especificado.

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

Parâmetros

index
Int32

O índice de um objeto ProfilePropertySettings na coleção.

Valor da propriedade

O ProfilePropertySettings objeto no local de índice especificado.

Confira também

Aplica-se a

Item[String]

Obtém ou define o objeto ProfilePropertySettings com o nome especificado.

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

Parâmetros

name
String

O nome de um objeto ProfilePropertySettings na coleção.

Valor da propriedade

O objeto ProfilePropertySettings com o nome especificado.

Confira também

Aplica-se a