Condividi tramite


ProfilePropertySettingsCollection.Set(ProfilePropertySettings) Metodo

Definizione

Aggiunge l'oggetto ProfilePropertySettings specificato alla raccolta.

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)

Parametri

propertySettings
ProfilePropertySettings

Un oggetto ProfilePropertySettings.

Eccezioni

L'oggetto ProfilePropertySettings da aggiungere è già presente nell'insieme oppure l'insieme è in sola lettura.

Commenti

La chiamata a questo metodo ha lo stesso effetto della chiamata al Add metodo.

Si applica a

Vedi anche