HttpApplicationStateBase.GetKey(Int32) Method

Definition

When overridden in a derived class, gets the name of a state object by index.

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

Parameters

index
Int32

The index of the application state object to get.

Returns

The name of the application state object.

Exceptions

Applies to