[This is preliminary documentation and is subject to change.]
Gets the SessionInfo object that contains information about the current user's session.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public virtual TSession Session { get; protected internal set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property Session As TSession |
Visual C++ |
---|
public: virtual property TSession Session { TSession get (); void set (TSession value); } |