[This is preliminary documentation and is subject to change.]
Removes the specified item from the session state.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public bool Remove( string key ) |
Visual Basic (Declaration) |
---|
Public Function Remove ( _ key As String _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Remove( String^ key ) sealed |
Parameters
- key
- Type: System..::.String
The key used to reference the session state item.