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 quick links information for the user profile.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
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