Share via


ServiceLinkManager Class

 

Provides the operations to manage the service links for an add-in.

Namespace:   Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly:  Wssg.Web (in Wssg.Web.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Web.Extensibility.ServiceLinkManager

Syntax

public class ServiceLinkManager
public ref class ServiceLinkManager 
Public Class ServiceLinkManager

Constructors

Name Description
System_CAPS_pubmethod ServiceLinkManager(Guid)

Initializes a new instance of the ServiceLinkManager class.

Properties

Name Description
System_CAPS_pubproperty Guid

Gets the Guid of the add-in for this manager.

System_CAPS_pubproperty Links

Gets the collection of service links.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Load()

Loads the service links.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Save()

Saves the changes to the service links.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.WindowsServerSolutions.Web.Extensibility Namespace

Return to top