Gets and sets the fee for the role

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

Syntax

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

Field Value

A single number representing the fee for the role

See Also