Idioma

ProfileGroupSettingsCollection.Item[] Propriedade

Definição

Recebe ou define um ProfileGroupSettings objeto.

Sobrecargas

Nome Descrição
Item[Int32]

Obtém ou define o ProfileGroupSettings objeto na localização do índice especificada.

Item[String]

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

Item[Int32]

Obtém ou define o ProfileGroupSettings objeto na localização do índice especificada.

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

Parâmetros

index
Int32

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

Valor de Propriedade

O ProfileGroupSettings objeto no índice especificado, ou null se não houver objeto nesse índice.

Consulte também

Aplica-se a

Item[String]

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

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

Parâmetros

name
String

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

Valor de Propriedade

O ProfileGroupSettings objeto com o nome especificado, ou null se não existir nenhum objeto com esse nome.

Consulte também

Aplica-se a