Gets and Sets the ID of the Authentication System

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

Syntax

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

See Also