del método ProfileSubtypePropertyManager.Create
Crea una nueva propiedad de subtipo de perfil.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Function Create ( _
typeProperty As ProfileTypeProperty _
) As ProfileSubtypeProperty
'Uso
Dim instance As ProfileSubtypePropertyManager
Dim typeProperty As ProfileTypeProperty
Dim returnValue As ProfileSubtypeProperty
returnValue = instance.Create(typeProperty)
public ProfileSubtypeProperty Create(
ProfileTypeProperty typeProperty
)
Parámetros
typeProperty
Tipo: Microsoft.Office.Server.UserProfiles.ProfileTypePropertyLa propiedad tipo de perfil en el que se basa esta propiedad del subtipo de perfil.
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
Devuelve ProfileSubtypeProperty.
Vea también
Referencia
clase ProfileSubtypePropertyManager