PublishedLinksService.GetLinks Method
This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding PublishedLinksService class member websvcPublishedLinksService namespace instead.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetLinks As ServerLink()
'Usage
Dim instance As PublishedLinksService
Dim returnValue As ServerLink()
returnValue = instance.GetLinks()
[WebMethodAttribute]
public ServerLink[] GetLinks()
Return Value
Type: []