The prefix to use when naming the setting in the settings table.

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

Syntax

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

Remarks

The settings tables are shared by the core platform and the extensions. Extensions should use a unique prefix to ensure that name clashes do not occur with settings defined by the core or other extensions.

See Also