UserProfileClaimProvider.SupportsEntityInformation property

Tells if the claim provider supports entity information or not. The claim provider infrastructure adds the claims only if this SupportsEntityInformation is true.

Namespace:  Microsoft.Office.Server.Security
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SupportsEntityInformation As Boolean
    Get
'Usage
Dim instance As UserProfileClaimProvider
Dim value As Boolean

value = instance.SupportsEntityInformation
public override bool SupportsEntityInformation { get; }

Property value

Type: System.Boolean
true, representing if we support entity information or not.

See also

Reference

UserProfileClaimProvider class

UserProfileClaimProvider members

Microsoft.Office.Server.Security namespace