[This is preliminary documentation and is subject to change.]

Gets a collection of keys contained in the session state.

Namespace:  Facebook.Web
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

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;
}

Implements

IDictionary<(Of <(TKey, TValue>)>)..::.Keys

See Also

FacebookHttpSession Class
Facebook.Web Namespace