Share via


ProfileBaseChangeQuery.MultiValueProperty property

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

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

Syntax

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

value = instance.MultiValueProperty

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

Property value

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

See also

Reference

ProfileBaseChangeQuery class

ProfileBaseChangeQuery members

WebSvcUserProfileChangeService namespace