UserProfileChangeQuery.DistributionListMembership Property
Gets or sets a value that indicates whether to include distribution list (DL) membership changes.
Namespace: [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx
Syntax
'Declaration
Public Property DistributionListMembership As Boolean
Get
Set
'Usage
Dim instance As UserProfileChangeQuery
Dim value As Boolean
value = instance.DistributionListMembership
instance.DistributionListMembership = value
public bool DistributionListMembership { get; set; }
Property Value
Type: System.Boolean
true if the DL membership changes are included in the query; otherwise, false.