Compartir a través de


ProfilePropertySettingsCollection.Set(ProfilePropertySettings) Método

Definición

Agrega a la colección el objeto ProfilePropertySettings especificado.

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)

Parámetros

propertySettings
ProfilePropertySettings

Un objeto ProfilePropertySettings.

Excepciones

El objeto ProfilePropertySettings que se va a agregar ya existe en la colección o la colección es de sólo lectura.

Comentarios

Llamar a este método tiene el mismo efecto que llamar al Add método .

Se aplica a

Consulte también