Share via


UserProfileChangeQuery.OrganizationMembership property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("This property is no longer supported.")> _
Public Property OrganizationMembership As Boolean
    Get
    Set
'Usage
Dim instance As UserProfileChangeQuery
Dim value As Boolean

value = instance.OrganizationMembership

instance.OrganizationMembership = value
[ObsoleteAttribute("This property is no longer supported.")]
public bool OrganizationMembership { get; set; }

Property value

Type: System.Boolean

See also

Reference

UserProfileChangeQuery class

UserProfileChangeQuery members

Microsoft.Office.Server.UserProfiles namespace