Gets and sets the length of the billing period

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

Syntax

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

Field Value

An integer representing the length of the billing period

See Also