Share via


PropertyInfo.ChoiceType Property

Gets or sets 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
Public Property ChoiceType As ChoiceTypes
    Get
    Set
'Usage
Dim instance As PropertyInfo
Dim value As ChoiceTypes

value = instance.ChoiceType

instance.ChoiceType = value
public ChoiceTypes ChoiceType { get; set; }

Property Value

Type: [UserProfileService Web service].ChoiceTypes
The type of choice list for a user profile property.

Remarks

The default value is Off().

See Also

Reference

PropertyInfo Class

PropertyInfo Members

UserProfileService Web Service