Clase OrganizationProfileChange
NOTA: esta API está ahora obsoleta.
Representa un cambio genérico a un objeto OrganizationProfile .
Jerarquía de la herencia
System.Object
Microsoft.Office.Server.UserProfiles.ProfileBaseChange
Microsoft.Office.Server.UserProfiles.OrganizationProfileChange
Microsoft.Office.Server.UserProfiles.OrganizationProfileMembershipChange
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.")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class OrganizationProfileChange _
Inherits ProfileBaseChange
'Uso
Dim instance As OrganizationProfileChange
[ObsoleteAttribute("This class is no longer supported.")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class OrganizationProfileChange : ProfileBaseChange
Comentarios
Puede utilizarse como clase base para un cambio específico en un OrganizationProfile.
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.