다음을 통해 공유


UserProfileChangeQuery.PersonalizationSite Property

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

Namespace:  [UserProfileChangeService Web service]
Web service reference: http://Site/_vti_bin/UserProfileChangeService.asmx

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

UserProfileChangeService Web Service