PeopleEditor.IsClaimsDisabled property

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

Syntax

'Declaration
Public Property IsClaimsDisabled As Boolean
    Get
    Set
'Usage
Dim instance As PeopleEditor
Dim value As Boolean

value = instance.IsClaimsDisabled

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

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

PeopleEditor class

PeopleEditor members

Microsoft.SharePoint.WebControls namespace