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

Gets or sets the session key generated by the Facebook API for the current session.

Namespace:  Facebook
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
string SessionKey { get; set; }
Visual Basic (Declaration)
Property SessionKey As String
Visual C++
property String^ SessionKey {
	String^ get ();
	void set (String^ value);
}

See Also

ISessionInfo Interface
Facebook Namespace