[This is preliminary documentation and is subject to change.]

Gets or sets the session state item at the specified key.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public Object this[
	string key
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	key As String _
) As Object
Visual C++
public:
virtual property Object^ default[String^ key] {
	Object^ get (String^ key) sealed;
	void set (String^ key, Object^ value) sealed;
}

Parameters

key
Type: System..::.String
The key used to reference the session state item.

Return Value

The specified session state item.

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Item[([(TKey])])

See Also

FacebookHttpSession Class
Facebook.Web Namespace