Share via


ProfileBaseChangeQuery.Add property

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

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

Syntax

'Declaration
Public Property Add As Boolean
    Get
    Set
'Usage
Dim instance As ProfileBaseChangeQuery
Dim value As Boolean

value = instance.Add

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

Property value

Type: System.Boolean
true if the Add change types are included in the query; otherwise, false.

See also

Reference

ProfileBaseChangeQuery class

ProfileBaseChangeQuery members

WebSvcUserProfileChangeService namespace