ProfileSubtypePropertyManager.Create method

Creates a new profile subtype property.

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

Syntax

'Declaration
Public Function Create ( _
    typeProperty As ProfileTypeProperty _
) As ProfileSubtypeProperty
'Usage
Dim instance As ProfileSubtypePropertyManager
Dim typeProperty As ProfileTypeProperty
Dim returnValue As ProfileSubtypeProperty

returnValue = instance.Create(typeProperty)
public ProfileSubtypeProperty Create(
    ProfileTypeProperty typeProperty
)

Parameters

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
Returns ProfileSubtypeProperty.

See also

Reference

ProfileSubtypePropertyManager class

ProfileSubtypePropertyManager members

Microsoft.Office.Server.UserProfiles namespace