Share via


UserProfileChangeQuery.OrganizationMembership property

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

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

Syntax

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

value = instance.OrganizationMembership

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

Property value

Type: System.Boolean
true if the query includes the organization membership changes; otherwise, false.

See also

Reference

UserProfileChangeQuery class

UserProfileChangeQuery members

WebSvcUserProfileChangeService namespace