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
)

参数

返回值

类型:Microsoft.Office.Server.UserProfiles.ProfileTypeProperty
一个新的配置文件类型属性。

另请参阅

引用

ProfileTypePropertyManager 类

ProfileTypePropertyManager 成员

Microsoft.Office.Server.UserProfiles 命名空间