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

Adds the specified value to the session state using the specified key.

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

Syntax

C#
public void Add(
	string key,
	Object value
)
Visual Basic (Declaration)
Public Sub Add ( _
	key As String, _
	value As Object _
)
Visual C++
public:
virtual void Add(
	String^ key, 
	Object^ value
) sealed

Parameters

key
Type: System..::.String
The key used to reference the session state item.
value
Type: System..::.Object
The object to be added to the session state.

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Add(TKey, TValue)

See Also

FacebookHttpSession Class
Facebook.Web Namespace