Share via


ServiceLink Class

 

Defines the components of a service link.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Web.Extensibility.ServiceLink

Syntax

[SerializableAttribute]
public class ServiceLink
[SerializableAttribute]
public ref class ServiceLink 
<SerializableAttribute>
Public Class ServiceLink

Constructors

Name Description
System_CAPS_pubmethod ServiceLink()

Initializes a new instance of the ServiceLink class.

System_CAPS_pubmethod ServiceLink(String, String, Uri)

Initializes a new instance of the ServiceLink class.

Properties

Name Description
System_CAPS_pubproperty Icon

Gets the icon for the link.

System_CAPS_pubproperty Link

Gets the URL for the link.

System_CAPS_pubproperty Parent

Gets the parent WebAddIn object of the content pages.

System_CAPS_pubproperty Text

Gets the text of the link.

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_protmethod MemberwiseClone()

(Inherited from Object.)

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