OutputCacheProfileCollection.Set(OutputCacheProfile) Metod

Definition

Anger det angivna OutputCacheProfile objektet.

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)

Parametrar

user
OutputCacheProfile

Det element som OutputCacheProfileCollection ska anges.

Undantag

Kommentarer

Metoden Set ändrar ett befintligt OutputCacheProfileCollection element.

Gäller för

Se även