Gets and sets the Billing Frequency for the role

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

Syntax

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

Field Value

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

See Also