Share via


ProfileTypePropertyManager.Create method

Creates a new profile type property.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function Create ( _
    coreProperty As CoreProperty _
) As ProfileTypeProperty
'Usage
Dim instance As ProfileTypePropertyManager
Dim coreProperty As CoreProperty
Dim returnValue As ProfileTypeProperty

returnValue = instance.Create(coreProperty)
public ProfileTypeProperty Create(
    CoreProperty coreProperty
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileTypeProperty
A new profile type property.

See also

Reference

ProfileTypePropertyManager class

ProfileTypePropertyManager members

Microsoft.Office.Server.UserProfiles namespace