PeopleEditor.AllUrlZones property
Sets or retrieves a value that indicates whether or not 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 PeopleEditor
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 value is false.