Gets and Sets the ID of the User Record in the Authentication System

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

See Also