[This is preliminary documentation and is subject to change.]
Indicates that user login happened in current request processing cycle. This flag is
useful for long term token assignment on release
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsJustLoggedIn { get; }
public bool IsJustLoggedIn { get; }
Public ReadOnly Property IsJustLoggedIn As Boolean
Get
Public ReadOnly Property IsJustLoggedIn As Boolean
Get
public:
virtual property bool IsJustLoggedIn {
bool get () sealed;
}
public:
virtual property bool IsJustLoggedIn {
bool get () sealed;
}
abstract IsJustLoggedIn : bool with get
override IsJustLoggedIn : bool with get
abstract IsJustLoggedIn : bool with get
override IsJustLoggedIn : bool with get
Property Value
Type:
BooleanImplements
ISession IsJustLoggedIn