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