PeoplePickerDialog.UrlZone Property
Sets or retrieves a value that indicates the URL zone of the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UrlZone As Nullable(Of SPUrlZone)
Get
Set
'Usage
Dim instance As PeoplePickerDialog
Dim value As Nullable(Of SPUrlZone)
value = instance.UrlZone
instance.UrlZone = value
public Nullable<SPUrlZone> UrlZone { get; set; }
Property Value
Type: System.Nullable<SPUrlZone>
An SPUrlZone value "Custom", "Default", "Extranet", "Internet", or "Intranet".