Gets and sets the User Id for this online user

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public int UserID { get; set; }
Visual Basic
Public Property UserID As Integer
	Get
	Set

See Also