Compartir a través de


del método ProfileSubtypeManager.CreateSubtype

Crea y devuelve un subtipo, con el nombre especificado y el nombre para mostrar, para el tipo de perfil especificado.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
Public Function CreateSubtype ( _
    name As String, _
    displayName As String, _
    typeID As ProfileType _
) As ProfileSubtype
'Uso
Dim instance As ProfileSubtypeManager
Dim name As String
Dim displayName As String
Dim typeID As ProfileType
Dim returnValue As ProfileSubtype

returnValue = instance.CreateSubtype(name, _
    displayName, typeID)
public ProfileSubtype CreateSubtype(
    string name,
    string displayName,
    ProfileType typeID
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.UserProfiles.ProfileSubtype

Vea también

Referencia

clase ProfileSubtypeManager

Miembros ProfileSubtypeManager

Espacio de nombres Microsoft.Office.Server.UserProfiles