Gets and sets the Trial Frequency for the role

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

Syntax

C#
public string TrialFrequency { get; set; }
Visual Basic
Public Property TrialFrequency As String
	Get
	Set

Field Value

A String representing the Trial Frequency of the Role
    N - NoneO - One time feeD - DailyW - WeeklyM - MonthlyY - Yearly

See Also