Class OnlineUserInfo
The OnlineUserInfo class provides an Entity for an online user.
Inherited Members
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class OnlineUserInfo : BaseUserInfo
Properties
| Improve this Doc View SourceUserID
Gets or sets the User Id for this online user.
Declaration
public int UserID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |