ChoiceList Constructor
Initializes a new instance of a ChoiceList class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub New ( _
property As Property _
)
'Usage
Dim property As [Property]
Dim instance As New ChoiceList(property)
public ChoiceList(
Property property
)
Parameters
- property
Type: Microsoft.Office.Server.UserProfiles.Property
The user profile property that has a choice list associated with it.