[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.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

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

Implements

ISessionInfo..::.SessionKey

See Also

SessionInfo Class
Facebook.Api Namespace