ListAdministrationSelector.SiteSelector property

Gets or sets the site collection selector that will be used to obtain the site collection from which the sites will be selected.

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

Syntax

'Declaration
Public Property SiteSelector As SiteAdministrationSelector
    Get
    Set
'Usage
Dim instance As ListAdministrationSelector
Dim value As SiteAdministrationSelector

value = instance.SiteSelector

instance.SiteSelector = value
public SiteAdministrationSelector SiteSelector { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.SiteAdministrationSelector
The site collection selector.

See also

Reference

ListAdministrationSelector class

ListAdministrationSelector members

Microsoft.SharePoint.WebControls namespace