Class UserUserControlBase.BaseUserEventArgs
The BaseUserEventArgs class provides a base for User EventArgs classes.
Inheritance
System.Object
UserUserControlBase.BaseUserEventArgs
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class BaseUserEventArgs : object
Properties
| Improve this Doc View SourceUserId
Gets or sets the Id of the User.
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserName
Gets or sets the Id of the User.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |