Share via


ProfileBaseChangeQuery.Delete property

Gets or sets a value that indicates whether to include Delete change types.

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

Syntax

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

value = instance.Delete

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

Property value

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

See also

Reference

ProfileBaseChangeQuery class

ProfileBaseChangeQuery members

WebSvcUserProfileChangeService namespace