Share via


PeoplePickerQuerySettings.ExcludeAllUsersOnTenantClaim property

Namespace:  Microsoft.SharePoint.ApplicationPages.ClientPickerQuery
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ExcludeAllUsersOnTenantClaim As Boolean
    Get
    Set
'Usage
Dim instance As PeoplePickerQuerySettings
Dim value As Boolean

value = instance.ExcludeAllUsersOnTenantClaim

instance.ExcludeAllUsersOnTenantClaim = value
public bool ExcludeAllUsersOnTenantClaim { get; set; }

Property value

Type: System.Boolean

See also

Reference

PeoplePickerQuerySettings class

PeoplePickerQuerySettings members

Microsoft.SharePoint.ApplicationPages.ClientPickerQuery namespace