[This is preliminary documentation and is subject to change.]
Gets or sets the session state item at the specified key.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
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.