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
coreProperty
Type: Microsoft.Office.Server.UserProfiles.CorePropertyThe core property on which to base this profile type property.
Return Value
Type: Microsoft.Office.Server.UserProfiles.ProfileTypeProperty
A new profile type property.
See Also
Reference
ProfileTypePropertyManager Class