OrganizationProfileChangeQuery.OrganizationMembership property
NOTE: This API is now obsolete.
Gets or sets a Boolean value that determines whether changes to organization membership will be returned by the query.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Property OrganizationMembership As Boolean
Get
Set
'Usage
Dim instance As OrganizationProfileChangeQuery
Dim value As Boolean
value = instance.OrganizationMembership
instance.OrganizationMembership = value
[ObsoleteAttribute("This class is no longer supported.")]
public bool OrganizationMembership { get; set; }
Property value
Type: System.Boolean
See also
Reference
OrganizationProfileChangeQuery class