OutputCacheProfileCollection.Set(OutputCacheProfile) Метод

Определение

Задает указанный объект 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)

Параметры

user
OutputCacheProfile

Заданный элемент OutputCacheProfileCollection.

Исключения

OutputCacheProfileCollection доступно только для чтения.

Комментарии

Метод Set изменяет существующий элемент OutputCacheProfileCollection.

Применяется к

См. также раздел