[This is preliminary documentation and is subject to change.]
Gets or sets the cache item at the specified key.
Namespace:
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: property Object^ default[String^ key] { Object^ get (String^ key); void set (String^ key, Object^ value); } |
Parameters
- key
- Type: System..::.String
A String identifier that represents the key for the cache item.