Get the active user of the access instance.
Namespace: Cartella.InterfacesAssembly: 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 (); } |