UserProfileManager.IsClaimProvider Property

Gets or sets a value determining whether to force explicit use or explicit non-use of user profile data for the purpose of providing claims.

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

Syntax

'Declaration
Public Property IsClaimProvider As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As UserProfileManager
Dim value As Nullable(Of Boolean)

value = instance.IsClaimProvider

instance.IsClaimProvider = value
public Nullable<bool> IsClaimProvider { get; set; }

Property Value

Type: System.Nullable<Boolean>
Returns Nullable<T>.

See Also

Reference

UserProfileManager Class

UserProfileManager Members

Microsoft.Office.Server.UserProfiles Namespace