OutputCacheProfileCollection.Set(OutputCacheProfile) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
Het OutputCacheProfileCollection is alleen-lezen.
Opmerkingen
De Set methode wijzigt een bestaand OutputCacheProfileCollection element.