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 | |
---|---|---|
ServiceLinkManager(Guid) | Initializes a new instance of the ServiceLinkManager class. |
Properties
Name | Description | |
---|---|---|
Guid | Gets the Guid of the add-in for this manager. |
|
Links | Gets the collection of service links. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
Load() | Loads the service links. |
|
MemberwiseClone() | (Inherited from Object.) |
|
Save() | Saves the changes to the service links. |
|
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