Gets and sets the length of the trial period

Namespace: DotNetNuke.Security.Roles
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

An integer representing the length of the trial period

See Also