OrganizationProfileChangeQuery.OrganizationMembership Property
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
Public Property OrganizationMembership As Boolean
Get
Set
'Usage
Dim instance As OrganizationProfileChangeQuery
Dim value As Boolean
value = instance.OrganizationMembership
instance.OrganizationMembership = value
public bool OrganizationMembership { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
OrganizationProfileChangeQuery Class