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