NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpApplicationState.GetKey

Enables user to retrieve an application state object name by index.

[Visual Basic]
Public Function GetKey( _
   ByVal index As Integer _
) As String
[C#]
public string GetKey(
   int index
);
[C++]
public: String* GetKey(
   int index
);
[JScript]
public function GetKey(
   index : int
) : String;

Parameters

index
Index of application state object.

Return Value

Name under which session state object was saved.

See Also

HttpApplicationState Class | HttpApplicationState Members | System.Web Namespace