Compartilhar via


ProfilePropertySettingsCollection.Set(ProfilePropertySettings) Método

Definição

Adiciona o objeto ProfilePropertySettings especificado à coleção.

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

Um objeto ProfilePropertySettings.

Exceções

O objeto ProfilePropertySettings a ser adicionado já existe na coleção ou a coleção é somente leitura.

Comentários

Chamar esse método tem o mesmo efeito que chamar o Add método.

Aplica-se a

Confira também