isee.NET Framework Documentation

ASPNETStateProvider.GetSessionObject Method 

Gets an object from HttpContext.Current.Session

[Visual Basic]
Overrides Public Function GetSessionObject( _
   ByVal key As String _
) As Object
[C#]
public override object GetSessionObject(
   string key
);

Parameters

key
The object key

Return Value

An object, or null if the object does not exist

See Also

ASPNETStateProvider Class | iseesystems.iseeNET Namespace