Gets and sets the Profile

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

Syntax

C#
public NameValueCollection Profile { get; set; }
Visual Basic
Public Property Profile As NameValueCollection
	Get
	Set

See Also