(Int32) del método ProfileSubtypeManager.GetProfileSubtype
Recupera el subtipo de perfil que coincide con el identificador de subtipo especificado.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Function GetProfileSubtype ( _
subtypeID As Integer _
) As ProfileSubtype
'Uso
Dim instance As ProfileSubtypeManager
Dim subtypeID As Integer
Dim returnValue As ProfileSubtype
returnValue = instance.GetProfileSubtype(subtypeID)
public ProfileSubtype GetProfileSubtype(
int subtypeID
)
Parámetros
subtypeID
Tipo: System.Int32Un entero que representa el identificador del subtipo para recuperar.
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.ProfileSubtype
ProfileSubtype que coincide con el identificador de subtipo especificado.