Retrieve the on-going state for logged-in user. If nobody logged in, return null

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IUserState CurrentUserState { get; }
Visual Basic
ReadOnly Property CurrentUserState As IUserState
	Get
Visual C++
property IUserState^ CurrentUserState {
	IUserState^ get ();
}

Field Value

IUserState

See Also