List gets the List associated with the control

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

Syntax

C#
[ObsoleteAttribute("Obsoleted in 6.0.1 use ListEntries instead")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected ListEntryInfoCollection List { get; }
Visual Basic
<ObsoleteAttribute("Obsoleted in 6.0.1 use ListEntries instead")> 
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
Protected ReadOnly Property List As ListEntryInfoCollection
	Get

See Also