[This is preliminary documentation and is subject to change.]
Gets a value representing whether an authenticated session has been established between the current use and the application.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public bool HasSession { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property HasSession As Boolean |
Visual C++ |
---|
public: virtual property bool HasSession { bool get () sealed; } |