Share via


GetUserProfileByIndexResult.QuickLinks property

Gets or sets the quick links information for the user profile.

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

Syntax

'Declaration
Public Property QuickLinks As QuickLinkData()
    Get
    Set
'Usage
Dim instance As GetUserProfileByIndexResult
Dim value As QuickLinkData()

value = instance.QuickLinks

instance.QuickLinks = value
public QuickLinkData[] QuickLinks { get; set; }

Property value

Type: []
The quick links information for the user profile.

See also

Reference

GetUserProfileByIndexResult class

GetUserProfileByIndexResult members

WebSvcUserProfileService namespace