DictionaryValue returns the Dictionary(Of Integer, String) representation of the Value

Namespace: DotNetNuke.UI.Skins.Controls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected Dictionary<int, string> DictionaryValue { get; set; }
Visual Basic
Protected Property DictionaryValue As Dictionary(Of Integer, String)
	Get
	Set

Field Value

A Dictionary(Of Integer, String) representing the Value

See Also