SPClaimProviderDefinition.IsVisible property
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