Share via


ProfileBaseChangeQuery.UpdateMetadata property

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

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

Syntax

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

value = instance.UpdateMetadata

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

Property value

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

See also

Reference

ProfileBaseChangeQuery class

ProfileBaseChangeQuery members

WebSvcUserProfileChangeService namespace