ChoiceTypes enumeration

Represents whether a user profile property uses a choice list and if so, describes the type of support.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Enumeration ChoiceTypes
'Usage
Dim instance As ChoiceTypes
public enum ChoiceTypes

Members

Member name Description
Off Property does not use a choice list.
None The property is not using a choice list currently, but an administrator can turn on that feature in the future.
Open Property uses a choice list and users can add items to the choice list.
Closed Property uses a choice list but users cannot edit the choices. The administrator is in full control of the choices for the property.

See also

Reference

Microsoft.Office.Server.UserProfiles namespace