ProfilesEditor.ProfileSearchFlags Property
Gets or sets the ProfileSearchFlags that are used to specify the types of profiles included in the search.
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 ProfilesEditor
Dim value As ProfileSearchFlags
value = instance.ProfileSearchFlags
instance.ProfileSearchFlags = value
public ProfileSearchFlags ProfileSearchFlags { get; set; }
Property Value
Type: Microsoft.Office.Server.UserProfiles.ProfileSearchFlags
The ProfileSearchFlags. The default values are ProfileSearchFlags.Organization and ProfileSearchFlags.User.