Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the pinned links information for the user profile.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
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