ClientPeoplePicker.EnabledClaimProviders property

String specifying a specific set of claim providers to use when resolving entities

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

Syntax

'Declaration
Public Property EnabledClaimProviders As String
    Get
    Set
'Usage
Dim instance As ClientPeoplePicker
Dim value As String

value = instance.EnabledClaimProviders

instance.EnabledClaimProviders = value
public string EnabledClaimProviders { get; set; }

Property value

Type: System.String

See also

Reference

ClientPeoplePicker class

ClientPeoplePicker members

Microsoft.SharePoint.WebControls namespace