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.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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 | ||
UserProfile | The type of object is a profile of a user. | |
WebLog | The type of object is a Web log. | |
All | All types of objects. |