ChoiceTypes Enumeration

Defines the type of choice list for a user profile property.

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration ChoiceTypes
'Usage
Dim instance As ChoiceTypes
[SerializableAttribute]
public enum ChoiceTypes

Members

Member name Description
Off The property does not use a choice list.
None The property does not use a choice list.
Open The property uses a choice list, and users can add items to the choice list.
Closed The property uses a choice list, but users cannot edit the choices.

See Also

Reference

UserProfileService Web Service