Share via


UserProfileChangeQuery.Colleague property

Gets or sets a value that indicates whether to include colleague changes.

Namespace:  WebSvcUserProfileChangeService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property Colleague As Boolean
    Get
    Set
'Usage
Dim instance As UserProfileChangeQuery
Dim value As Boolean

value = instance.Colleague

instance.Colleague = value
public bool Colleague { get; set; }

Property value

Type: System.Boolean
true if the colleague changes are included in the query; otherwise, false.

See also

Reference

UserProfileChangeQuery class

UserProfileChangeQuery members

WebSvcUserProfileChangeService namespace