다음을 통해 공유


UserProfileChangeQuery.Colleague Property

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

Namespace:  [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx

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

UserProfileChangeService Web Service