Share via


UserProfileMultiValueChange class

Representa uma alteração em vários valores de uma propriedade.

Inheritance hierarchy

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

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
<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

Comentários

Para obter mais informações sobre como trabalhar com propriedades com vários valores, consulte User Profile Properties Overview. Para um exemplo sobre como definir e criar várias propriedades de valor de código, consulte How to: Set Multiple Values to a Multivalue Property e How to: Create Multivalue Properties.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

UserProfileMultiValueChange members

Microsoft.Office.Server.UserProfiles namespace