Get the active user of the access instance.

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

Syntax

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

Field Value

IUser

See Also