[This is preliminary documentation and is subject to change.]
Adds the specified value to the session state using the specified key.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
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.