ClientPeoplePicker.AllUrlZones property

Boolean to allow query of all url zones when resolving against claim providers

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

Syntax

'Declaration
Public Property AllUrlZones As Boolean
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As Boolean

value = instance.AllUrlZones

instance.AllUrlZones = value
public bool AllUrlZones { get; set; }

Property value

Type: System.Boolean

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace