UserProfileChangeQuery.QuickLink property

Gets or sets a value that indicates whether to include quick link changes.

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

Syntax

'Declaration
Public Property QuickLink As Boolean
    Get
    Set
'Usage
Dim instance As UserProfileChangeQuery
Dim value As Boolean

value = instance.QuickLink

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

Property value

Type: System.Boolean
true if the quick link changes are included in the query; otherwise, false.

See also

Reference

UserProfileChangeQuery class

UserProfileChangeQuery members

WebSvcUserProfileChangeService namespace