ProfilePropertySettingsCollection.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 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.