Share via


ProfileBaseChangeQuery.Custom property

Gets or sets a value that indicates whether to include Custom object types.

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

Syntax

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

value = instance.Custom

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

Property value

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

See also

Reference

ProfileBaseChangeQuery class

ProfileBaseChangeQuery members

WebSvcUserProfileChangeService namespace