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
typeProperty
Type: Microsoft.Office.Server.UserProfiles.ProfileTypePropertyThe profile type property on which to base this profile subtype property.
Return Value
Type: Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
Returns ProfileSubtypeProperty.
See Also
Reference
ProfileSubtypePropertyManager Class