OutputCacheProfileCollection.Set(OutputCacheProfile) Método

Definição

Define o 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

Exceções

Observações

O Set método modifica um elemento existente OutputCacheProfileCollection .

Aplica-se a

Ver também