OutputCacheProfileCollection.Set(OutputCacheProfile) Methode

Definitie

Hiermee stelt u het opgegeven OutputCacheProfile object in.

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)

Parameters

user
OutputCacheProfile

Het OutputCacheProfileCollection element dat moet worden ingesteld.

Uitzonderingen

Opmerkingen

De Set methode wijzigt een bestaand OutputCacheProfileCollection element.

Van toepassing op

Zie ook