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