del método ProfileSubtypeManager.GetDefaultProfileName
Recupera el nombre del subtipo predeterminado 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 Shared Function GetDefaultProfileName ( _
type As ProfileType _
) As String
'Uso
Dim type As ProfileType
Dim returnValue As String
returnValue = ProfileSubtypeManager.GetDefaultProfileName(type)
public static string GetDefaultProfileName(
ProfileType type
)
Parámetros
type
Tipo: Microsoft.Office.Server.UserProfiles.ProfileTypeUno de los valores de ProfileType . Los valores posibles son Group, Usero Organization.
Valor devuelto
Tipo: System.String
Una de las siguientes cadenas:
UserProfile
OrganizationProfile
GroupProfile
Excepciones
Excepción | Condición |
---|---|
UserProfileException | type no es uno de los valores de ProfileType. |
Comentarios
Puede utilizar el nombre del subtipo devuelto como el valor del parámetro para el método GetProfileSubtype(String) para recuperar el objeto ProfileSubtype correspondiente.