ListViewByQuery.List property

Gets or sets the list that is rendered.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property List As SPList
    Get
    Set
'Usage
Dim instance As ListViewByQuery
Dim value As SPList

value = instance.List

instance.List = value
public SPList List { get; set; }

Property value

Type: Microsoft.SharePoint.SPList
An SPList object that represents the list.

See also

Reference

ListViewByQuery class

ListViewByQuery members

Microsoft.SharePoint.WebControls namespace