ProfilePropertySettingsCollection.Set(ProfilePropertySettings) Méthode
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.
Ajoute l'objet ProfilePropertySettings spécifié à la collection.
public:
void Set(System::Web::Configuration::ProfilePropertySettings ^ propertySettings);
public void Set (System.Web.Configuration.ProfilePropertySettings propertySettings);
member this.Set : System.Web.Configuration.ProfilePropertySettings -> unit
Public Sub Set (propertySettings As ProfilePropertySettings)
Paramètres
- propertySettings
- ProfilePropertySettings
Objet ProfilePropertySettings.
Exceptions
L'objet ProfilePropertySettings à ajouter existe déjà dans la collection ou la collection est en lecture seule.
Remarques
L’appel de cette méthode a le même effet que l’appel de la Add méthode.