OutputCacheProfileCollection.GetKey(Int32) Метод

Определение

Получает ключ по указанному индексу OutputCacheProfileCollection.

public:
 System::String ^ GetKey(int index);
public string GetKey (int index);
member this.GetKey : int -> string
Public Function GetKey (index As Integer) As String

Параметры

index
Int32

Индекс ключа OutputCacheProfileCollection.

Возвращаемое значение

String

Ключ с указанным индексом OutputCacheProfileCollection.

Примеры

В следующем примере кода показано применение метода GetKey.

// Get the key with the specified index.
string theKey = outputCacheProfiles.GetKey(0).ToString();
' Get the key with the specified index.
  Dim theKey As String = _
  outputCacheProfiles.GetKey(0)

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

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