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)

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

public ref class ServiceLinkManager 

NameDescription
System_CAPS_pubmethodServiceLinkManager(Guid)

Initializes a new instance of the ServiceLinkManager class.

NameDescription
System_CAPS_pubpropertyGuid

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

System_CAPS_pubpropertyLinks

Gets the collection of service links.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoad()

Loads the service links.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSave()

Saves the changes to the service links.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: