ResourceKey is the Resource Key for the Label 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 Resource Key for the Label Text

Remarks