ListAdministrationSelector.WebSelector property

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

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

Syntax

'Declaration
Public Property WebSelector As WebAdministrationSelector
    Get
    Set
'Usage
Dim instance As ListAdministrationSelector
Dim value As WebAdministrationSelector

value = instance.WebSelector

instance.WebSelector = value
public WebAdministrationSelector WebSelector { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.WebAdministrationSelector
The Web selector.

Remarks

The WebSelector requires that SiteSelector not be a null reference (Nothing in Visual Basic).

See also

Reference

ListAdministrationSelector class

ListAdministrationSelector members

Microsoft.SharePoint.WebControls namespace