ClientPeoplePicker.UrlZone property

Optional SPUrlZone to allow querying a particular url zone when resolving against claim providers

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

Syntax

'Declaration
Public Property UrlZone As Nullable(Of SPUrlZone)
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As Nullable(Of SPUrlZone)

value = instance.UrlZone

instance.UrlZone = value
public Nullable<SPUrlZone> UrlZone { get; set; }

Property value

Type: System.Nullable<SPUrlZone>

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace