ProfilePropertySettingsCollection.Set(ProfilePropertySettings) Método

Definição

Adiciona o objeto especificado ProfilePropertySettings à 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 ProfilePropertySettings objeto a adicionar já existe na coleção, ou a coleção é apenas de leitura.

Observações

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

Aplica-se a

Ver também