Gets a Dictionary of Containers.

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

Syntax

C#
protected Dictionary<string, Container> Containers { get; }
Visual Basic
Protected ReadOnly Property Containers As Dictionary(Of String, Container)
	Get

See Also