Share via


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)
Available in Sandboxed Solutions: No

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