The name of the setting that will be stored in the settings table.

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

Syntax

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

Remarks

If parametername is not defined, then the name of the property will be used. If a prefix is defined, then that will be concatenated with the parametername (or the property name if no parametername is provided)

See Also