The ResourceKey is the key used to identify the Localization Resource for the title text.

Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

A string representing the ResourceKey.

Remarks