Share via


UserProfileChangeDictionary class

Representa uma coleção de alterações para um grupo de usuários.

Inheritance hierarchy

System.Object
  System.Collections.Generic.Dictionary<Int64, UserProfileChangeCollection>
    Microsoft.Office.Server.UserProfiles.UserProfileChangeDictionary

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

Syntax

'Declaração
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class UserProfileChangeDictionary _
    Inherits Dictionary(Of Long, UserProfileChangeCollection)
'Uso
Dim instance As UserProfileChangeDictionary
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class UserProfileChangeDictionary : Dictionary<long, UserProfileChangeCollection>

Comentários

O valor do dicionário é o conjunto de alterações para esse usuário. O identificador exclusivo para o dicionário é propriedade de RecordId do usuário.

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

UserProfileChangeDictionary members

Microsoft.Office.Server.UserProfiles namespace