Share via


ViewSelector.List Property

Gets or sets the list to which the view selector applies.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property List As String
    Get
    Set
'Usage
Dim instance As ViewSelector
Dim value As String

value = instance.List

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

Property Value

Type: System.String
A string that contains the name of the list.

See Also

Reference

ViewSelector Class

ViewSelector Members

Microsoft.SharePoint.WebControls Namespace