UserProfileColleagueChange.ColleagueRecordId property
ID of the UserProfile which corresponds to the user's colleague which changed
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property ColleagueRecordId As Long
Get
'Usage
Dim instance As UserProfileColleagueChange
Dim value As Long
value = instance.ColleagueRecordId
public long ColleagueRecordId { get; }
Property value
Type: System.Int64
See also
Reference
UserProfileColleagueChange class