ProfilePropertySettingsCollection.Item[] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'objet ProfilePropertySettings spécifié.
Surcharges
Item[Int32] |
Obtient ou définit l'objet ProfilePropertySettings à l'emplacement d'index spécifié. |
Item[String] |
Obtient ou définit l'objet ProfilePropertySettings portant le nom spécifié. |
Item[Int32]
Obtient ou définit l'objet ProfilePropertySettings à l'emplacement d'index spécifié.
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
Paramètres
- index
- Int32
Index d'un objet ProfilePropertySettings dans la collection.
Valeur de propriété
Objet ProfilePropertySettings à l'index spécifié.
Voir aussi
S’applique à
Item[String]
Obtient ou définit l'objet ProfilePropertySettings portant le nom spécifié.
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
Paramètres
- name
- String
Nom d’un objet ProfilePropertySettings de la collection.
Valeur de propriété
Objet ProfilePropertySettings portant le nom spécifié.