Share via


PeoplePickerDialog.AllUrlZones property

Sets or retrieves a value that indicates whether all URL zones are used for the control.

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

Syntax

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

value = instance.AllUrlZones

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

Property value

Type: System.Boolean
true to use all URL zones; otherwise, false. The default is false.

See also

Reference

PeoplePickerDialog class

PeoplePickerDialog members

Microsoft.SharePoint.WebControls namespace