ChoiceList 构造函数
请注意:此 API 现在已过时。
ChoiceList类的新实例进行初始化。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<ObsoleteAttribute("Use CoreProperty TermSet to load the taxonomy for a Profile property.")> _
Public Sub New ( _
property As Property _
)
用法
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
)
参数
property
类型:Microsoft.Office.Server.UserProfiles.Property用户配置文件属性具有与之相关联的选择列表。