OutputCacheProfileCollection.Set(OutputCacheProfile) Methode

Definition

Legt das angegebene Objekt fest OutputCacheProfile .

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)

Parameter

user
OutputCacheProfile

Das OutputCacheProfileCollection festzulegende Element.

Ausnahmen

Hinweise

Die Set Methode ändert ein vorhandenes OutputCacheProfileCollection Element.

Gilt für:

Weitere Informationen