OutputCacheProfileCollection.Set(OutputCacheProfile) Método

Definición

Establece el objeto especificado 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)

Parámetros

user
OutputCacheProfile

Elemento OutputCacheProfileCollection que se va a establecer.

Excepciones

Comentarios

El Set método modifica un elemento existente OutputCacheProfileCollection .

Se aplica a

Consulte también