Share via


GetUserProfileByIndexResult.PinnedLinks property

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

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

Syntax

'Declaration
Public Property PinnedLinks As PinnedLinkData()
    Get
    Set
'Usage
Dim instance As GetUserProfileByIndexResult
Dim value As PinnedLinkData()

value = instance.PinnedLinks

instance.PinnedLinks = value
public PinnedLinkData[] PinnedLinks { get; set; }

Property value

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

See also

Reference

GetUserProfileByIndexResult class

GetUserProfileByIndexResult members

WebSvcUserProfileService namespace