PropertyInfo.IsColleagueEventLog Property
Gets or sets a value that specifies whether changes to the property are returned for change tracking in the colleague user profile.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
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
true if changes to the property are returned for change tracking in the colleague user profile; otherwise, false.
Remarks
The default value is false.