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.
Defines the types of objects.
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 ObjectTypes
'Usage
Dim instance As ObjectTypes
[FlagsAttribute]
public enum ObjectTypes
Members
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. |