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.
Represents the enumeration of flags that are used to specify which type of profile to search when using ProfileSearchManager.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ProfileSearchFlags
'Usage
Dim instance As ProfileSearchFlags
[FlagsAttribute]
public enum ProfileSearchFlags
Members
Member name | Description | |
---|---|---|
User | Specifies the flag that represents a UserProfile search. | |
Organization | Specifies the flag that represents an OrganizationProfile search. | |
MemberGroup | Specifies the flag that represents a MemberGroup search. |