ChoiceList Constructor
NOTE: This API is now obsolete.
Initializes a new instance of a ChoiceList class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use CoreProperty TermSet to load the taxonomy for a Profile property.")> _
Public Sub New ( _
property As Property _
)
'Usage
Dim property As [Property]
Dim instance As New ChoiceList(property)
[ObsoleteAttribute("Use CoreProperty TermSet to load the taxonomy for a Profile property.")]
public ChoiceList(
Property property
)
Parameters
property
Type: Microsoft.Office.Server.UserProfiles.PropertyThe user profile property that has a choice list associated with it.