DictionaryValue returns the Dictionary(Of Integer, String) representation of the Value
Namespace: DotNetNuke.UI.Skins.ControlsAssembly: 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 |