Compartir a través de


del método ProfilePropertyManager.GetProfileTypeProperties

Recupera el ProfileTypePropertyManager que representa todos los objetos de ProfileTypeProperty 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 GetProfileTypeProperties ( _
    type As ProfileType _
) As ProfileTypePropertyManager
'Uso
Dim instance As ProfilePropertyManager
Dim type As ProfileType
Dim returnValue As ProfileTypePropertyManager

returnValue = instance.GetProfileTypeProperties(type)
public ProfileTypePropertyManager GetProfileTypeProperties(
    ProfileType type
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.UserProfiles.ProfileTypePropertyManager
ProfileTypePropertyManager que representa todos los objetos de ProfileTypeProperty para el tipo de perfil especificado.

Excepciones

Excepción Condición
ArgumentException

type no es uno de los valores de ProfileType.

Vea también

Referencia

clase ProfilePropertyManager

Miembros ProfilePropertyManager

Espacio de nombres Microsoft.Office.Server.UserProfiles