Share via


ProfileBaseChangeQuery.SingleValueProperty property

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

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

Syntax

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

value = instance.SingleValueProperty

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

Property value

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

See also

Reference

ProfileBaseChangeQuery class

ProfileBaseChangeQuery members

WebSvcUserProfileChangeService namespace