Gets and sets the Icon File for the role

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

Syntax

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

Field Value

A string representing the Icon File for the role

See Also