ProfilePropertySettingsCollection.Item[] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el objeto ProfilePropertySettings especificado.
Sobrecargas
Item[Int32] |
Obtiene o establece el objeto ProfilePropertySettings situado en la ubicación de índice especificada. |
Item[String] |
Obtiene o establece el objeto ProfilePropertySettings con el nombre especificado. |
Item[Int32]
Obtiene o establece el objeto ProfilePropertySettings situado en la ubicación de índice especificada.
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
Índice de un objeto ProfilePropertySettings de la colección.
Valor de propiedad
Objeto ProfilePropertySettings que está en la ubicación de índice especificada.
Consulte también
Se aplica a
Item[String]
Obtiene o establece el objeto ProfilePropertySettings con el nombre 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
Nombre de un objeto ProfilePropertySettings de la colección.
Valor de propiedad
Objeto ProfilePropertySettings con el nombre especificado.