{CompanyName} FlexyGo

MySession..::..GetItem Method

Gets an item from the session.

Namespace:  FLEXYGO.Web
Assembly:  flxSession (in flxSession.dll)

Syntax


public static Object GetItem(
	string key
)
Public Shared Function GetItem ( _
	key As String _
) As Object

Parameters

key
Type: String
The key.

Return Value

System.Object.