UserProfileChange 类
表示用户配置文件属性所做的更改已更改日志中的记录。
继承层次结构
System.Object
Microsoft.Office.Server.UserProfiles.ProfileBaseChange
Microsoft.Office.Server.UserProfiles.UserProfileChange
Microsoft.Office.Server.UserProfiles.UserProfileColleagueChange
Microsoft.Office.Server.UserProfiles.UserProfileCustomChange
Microsoft.Office.Server.UserProfiles.UserProfileLinkItemChange
Microsoft.Office.Server.UserProfiles.UserProfileMembershipChange
Microsoft.Office.Server.UserProfiles.UserProfileOrganizationMembershipChange
Microsoft.Office.Server.UserProfiles.UserProfilePropertyValueChange
Microsoft.Office.Server.UserProfiles.UserProfileWebLogChange
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class UserProfileChange _
Inherits ProfileBaseChange
用法
Dim instance As UserProfileChange
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class UserProfileChange : ProfileBaseChange
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。