Udostępnij za pośrednictwem


ProfileGroupSettingsCollection.Set(ProfileGroupSettings) Metoda

Definicja

Dodaje określony ProfileGroupSettings obiekt do kolekcji.

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)

Parametry

Wyjątki

Obiekt do dodania ProfileGroupSettings już istnieje w kolekcji lub kolekcja jest tylko do odczytu.

Uwagi

Wywołanie tej metody ma taki sam efekt jak wywołanie Add metody .

Dotyczy

Zobacz też