Gets/sets the user object representing the currently accessing user (permission)
Namespace: DotNetNuke.Services.TokensAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public UserInfo AccessingUser { get; set; } |
| Visual Basic |
|---|
Public Property AccessingUser As UserInfo Get Set |