[This is preliminary documentation and is subject to change.]
Gets a collection of session state items contained in the session state.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public ICollection<Object> Values { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Values As ICollection(Of Object) |
Visual C++ |
---|
public: virtual property ICollection<Object^>^ Values { ICollection<Object^>^ get () sealed; } |