ClientPeoplePickerQueryParameters.UrlZone property
Namespace: Microsoft.SharePoint.ApplicationPages.ClientPickerQuery
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property UrlZone As UrlZone
Get
Set
'Usage
Dim instance As ClientPeoplePickerQueryParameters
Dim value As UrlZone
value = instance.UrlZone
instance.UrlZone = value
public UrlZone UrlZone { get; set; }
Property value
Type: Microsoft.SharePoint.Client.UrlZone
See also
Reference
ClientPeoplePickerQueryParameters class
ClientPeoplePickerQueryParameters members
Microsoft.SharePoint.ApplicationPages.ClientPickerQuery namespace