ProfileGroupSettingsCollection.Item[] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um objeto ProfileGroupSettings.
Sobrecargas
Item[Int32] |
Obtém ou define o objeto ProfileGroupSettings no local do índice especificado. |
Item[String] |
Obtém ou define o objeto ProfileGroupSettings com o nome especificado. |
Item[Int32]
Obtém ou define o objeto ProfileGroupSettings no local do índice especificado.
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 objeto ProfileGroupSettings na coleção.
Valor da propriedade
O objeto ProfileGroupSettings no índice especificado ou null
, se não houver nenhum objeto no índice.
Confira também
Aplica-se a
Item[String]
Obtém ou define o objeto ProfileGroupSettings 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 objeto ProfileGroupSettings na coleção.
Valor da propriedade
O ProfileGroupSettings objeto com o nome especificado ou null
se não houver nenhum objeto com esse nome.