Język

OutputCacheProfileCollection.Set(OutputCacheProfile) Metoda

Definicja

Ustawia określony OutputCacheProfile obiekt.

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

Parametry

user
OutputCacheProfile

Element OutputCacheProfileCollection do ustawienia.

Wyjątki

Element OutputCacheProfileCollection jest tylko do odczytu.

Uwagi

Metoda Set modyfikuje istniejący OutputCacheProfileCollection element.

Dotyczy

Zobacz też