PropertyInfo.IsColleagueEventLog Property
Gets or sets a Boolean value that specifies whether changes to the property are returned for change tracking in the colleague user profile.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property IsColleagueEventLog As Boolean
Get
Set
'Usage
Dim instance As PropertyInfo
Dim value As Boolean
value = instance.IsColleagueEventLog
instance.IsColleagueEventLog = value
public bool IsColleagueEventLog { get; set; }
Property Value
Type: System.Boolean
If changes to the property are returned for change tracking in the colleague user profile, true; otherwise false.