del método OrganizationProfileManager.GetProfile
NOTA: esta API está ahora obsoleta.
Devuelve un perfil de la organización con el identificador de registro especificado como un ProfileBase.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("This class is no longer supported.")> _
Public Overrides Function GetProfile ( _
recordId As Long _
) As ProfileBase
'Uso
Dim instance As OrganizationProfileManager
Dim recordId As Long
Dim returnValue As ProfileBase
returnValue = instance.GetProfile(recordId)
[ObsoleteAttribute("This class is no longer supported.")]
public override ProfileBase GetProfile(
long recordId
)
Parámetros
- recordId
Tipo: System.Int64
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.ProfileBase
Vea también
Referencia
clase OrganizationProfileManager