PinnedLinkData class

Represents information about a pinned link.

Inheritance hierarchy

System.Object
  WebSvcUserProfileService.PinnedLinkData

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

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService")> _
Public Class PinnedLinkData
'Usage
Dim instance As PinnedLinkData
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService")]
public class PinnedLinkData

Remarks

The PinnedLinkData class returns information about a pinned link when the GetUserPinnedLinks() method of the UserProfileService class is called.

The User Profile Web service namespace is an arbitrary name for a reference to the UserProfileService.asmx Web service in Microsoft SharePoint Server.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PinnedLinkData members

WebSvcUserProfileService namespace