Gets and sets the Icon Source

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Return Value

A String

See Also