ProfilesQueryControl.ProfileSearchFlags property
Gets or sets the profile search flags that are used to specify the types of profiles to search. Profiles are available for searching users, organizations, and membership groups.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ProfileSearchFlags As ProfileSearchFlags
Get
Set
'Usage
Dim instance As ProfilesQueryControl
Dim value As ProfileSearchFlags
value = instance.ProfileSearchFlags
instance.ProfileSearchFlags = value
public ProfileSearchFlags ProfileSearchFlags { get; set; }
Property value
Type: Microsoft.Office.Server.UserProfiles.ProfileSearchFlags
The profile search flags.