ChoiceTypes enumeration

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

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService")> _
Public Enumeration ChoiceTypes
'Usage
Dim instance As ChoiceTypes
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService")]
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

WebSvcUserProfileService namespace