Share via


UserProfileChangeQuery.PersonalizationSite property

Gets or sets a value that indicates whether to include customization site changes.

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

Syntax

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

value = instance.PersonalizationSite

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

Property value

Type: System.Boolean
true if the query includes the customization site changes; otherwise, false.

See also

Reference

UserProfileChangeQuery class

UserProfileChangeQuery members

WebSvcUserProfileChangeService namespace