Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to hide the users of the default authentication provider from being displayed in the People Picker search results.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsVisible As Boolean
Get
Set
'Usage
Dim instance As SPClaimProviderDefinition
Dim value As Boolean
value = instance.IsVisible
instance.IsVisible = value
public bool IsVisible { get; set; }
Property Value
Type: System.Boolean
true to display the users of the default authentication provider in the People Picker search results; otherwise false.
See Also
Reference
SPClaimProviderDefinition Class