UserProfile.GetColleagueChanges 方法

请注意:此 API 现在已过时。

Returns all changes made to this user's colleagues' data.

命名空间:  Microsoft.Office.Server.UserProfiles
程序集:  Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)

语法

声明
<ObsoleteAttribute("This has been replaced by GetColleagueChangesByDate",  _
    False)> _
Public Function GetColleagueChanges As UserProfileChangeDictionary
用法
Dim instance As UserProfile
Dim returnValue As UserProfileChangeDictionary

returnValue = instance.GetColleagueChanges()
[ObsoleteAttribute("This has been replaced by GetColleagueChangesByDate", 
    false)]
public UserProfileChangeDictionary GetColleagueChanges()

返回值

类型:Microsoft.Office.Server.UserProfiles.UserProfileChangeDictionary
All changes made to this user's colleagues' data.

备注

For profile properties, only those changes whose IsEventLog value is true are returned.

另请参阅

引用

UserProfile 类

UserProfile 成员

GetColleagueChanges 重载

Microsoft.Office.Server.UserProfiles 命名空间