Compartilhar via


PublishedLinksService class

Esta classe e seus membros estăo reservados para uso interno e năo devem ser usados em seu código. Em vez disso, use a classe correspondente no namespace websvcPublishedLinksService .

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Web.Services.WebService
      Microsoft.Office.Server.UserProfiles.PublishedLinksService

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
<WebServiceBindingAttribute(ConformsTo := WsiProfiles.BasicProfile1_1)> _
<WebServiceAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService",  _
    Description := "User Profile Service")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class PublishedLinksService _
    Inherits WebService
'Uso
Dim instance As PublishedLinksService
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
[WebServiceAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService", 
    Description = "User Profile Service")]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class PublishedLinksService : WebService

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.

Ver também

Referência

PublishedLinksService members

Microsoft.Office.Server.UserProfiles namespace