ProfileGroupSettingsCollection.Set(ProfileGroupSettings) Método

Definição

Adiciona o objeto especificado ProfileGroupSettings à coleção.

public:
 void Set(System::Web::Configuration::ProfileGroupSettings ^ group);
public void Set(System.Web.Configuration.ProfileGroupSettings group);
member this.Set : System.Web.Configuration.ProfileGroupSettings -> unit
Public Sub Set (group As ProfileGroupSettings)

Parâmetros

Exceções

O ProfileGroupSettings 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