Gets and sets the trial fee for the role

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

Syntax

C#
public float TrialFee { get; set; }
Visual Basic
Public Property TrialFee As Single
	Get
	Set

Field Value

A single number representing the trial fee for the role

See Also