del método ProfileBase.GetChanges
Devuelve los cambios realizados a este perfil que se han 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
Public MustOverride Function GetChanges As UserProfileChangeCollection
'Uso
Dim instance As ProfileBase
Dim returnValue As UserProfileChangeCollection
returnValue = instance.GetChanges()
public abstract UserProfileChangeCollection GetChanges()
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection