ObjectTypes Enumeration
Defines the types of objects.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Office.Server.UserProfilesAssembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
| Member name | Description | |
|---|---|---|
| None | No object type has been specified. | |
| SingleValueProperty | The type of object is a single value property. | |
| MultiValueProperty | The type of object is a multiple value property. | |
| Anniversary | The type of object is an anniversary. | |
| DLMembership | The type of object is a distribution list (DL) membership. | |
| SiteMembership | The type of object is a site membership. | |
| QuickLink | The type of object is a quick link. | |
| Colleague | The type of object is a colleague. | |
| PersonalizationSite | The type of object is a personalization site. | |
| UserProfile | The type of object is a profile of a user. | |
| WebLog | The type of object is a Web log. | |
| Custom | ||
| OrganizationProfile | ||
| OrganizationMembership | ||
| All | All types of objects. |