Compartir a través de


(ProfileBaseChangeQuery) del método OrganizationProfile.GetChanges

NOTA: esta API está ahora obsoleta.

Devuelve los cambios definidos por la consulta de cambio especificado que se han realizado en este perfil de organización y registrado en el registro de cambios.

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 GetChanges ( _
    changeQuery As ProfileBaseChangeQuery _
) As UserProfileChangeCollection
'Uso
Dim instance As OrganizationProfile
Dim changeQuery As ProfileBaseChangeQuery
Dim returnValue As UserProfileChangeCollection

returnValue = instance.GetChanges(changeQuery)
[ObsoleteAttribute("This class is no longer supported.")]
public override UserProfileChangeCollection GetChanges(
    ProfileBaseChangeQuery changeQuery
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection

Vea también

Referencia

clase OrganizationProfile

Miembros OrganizationProfile

Sobrecarga GetChanges

Espacio de nombres Microsoft.Office.Server.UserProfiles