ProfileTypePropertyManager.Create 方法
创建一个新配置文件的类型属性。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Public Function Create ( _
coreProperty As CoreProperty _
) As ProfileTypeProperty
用法
Dim instance As ProfileTypePropertyManager
Dim coreProperty As CoreProperty
Dim returnValue As ProfileTypeProperty
returnValue = instance.Create(coreProperty)
public ProfileTypeProperty Create(
CoreProperty coreProperty
)
参数
coreProperty
类型:Microsoft.Office.Server.UserProfiles.CoreProperty基于此配置文件的类型属性的核心属性。
返回值
类型:Microsoft.Office.Server.UserProfiles.ProfileTypeProperty
一个新的配置文件类型属性。