Compartir a través de


Clase UserProfileMultiValueChange

Representa un cambio en varios valores de una propiedad.

Jerarquía de la herencia

System.Object
  Microsoft.Office.Server.UserProfiles.ProfileBaseChange
    Microsoft.Office.Server.UserProfiles.UserProfileChange
      Microsoft.Office.Server.UserProfiles.UserProfilePropertyValueChange
        Microsoft.Office.Server.UserProfiles.UserProfileMultiValueChange

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileMultiValueChange _
    Inherits UserProfilePropertyValueChange
'Uso
Dim instance As UserProfileMultiValueChange
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileMultiValueChange : UserProfilePropertyValueChange

Comentarios

Para obtener más información sobre cómo trabajar con las propiedades con valores múltiples, consulte User Profile Properties Overview. Para obtener un ejemplo de código acerca de cómo establecer y crear varias propiedades, consulte How to: Set Multiple Values to a Multivalue Property y How to: Create Multivalue Properties.

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.

Vea también

Referencia

Miembros UserProfileMultiValueChange

Espacio de nombres Microsoft.Office.Server.UserProfiles