ProfilePropertySettingsCollection.Set(ProfilePropertySettings) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Dodaje określony ProfilePropertySettings obiekt do kolekcji.
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)
Parametry
- propertySettings
- ProfilePropertySettings
Obiekt ProfilePropertySettings.
Wyjątki
Obiekt do dodania ProfilePropertySettings już istnieje w kolekcji lub kolekcja jest tylko do odczytu.
Uwagi
Wywoływanie tej metody ma taki sam efekt jak wywoływanie Add metody.