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 | |
---|---|---|
![]() |
ServiceLink() | Initializes a new instance of the ServiceLink class. |
![]() |
ServiceLink(String, String, Uri) | Initializes a new instance of the ServiceLink class. |
Properties
Name | Description | |
---|---|---|
![]() |
Icon | Gets the icon for the link. |
![]() |
Link | Gets the URL for the link. |
![]() |
Parent | Gets the parent WebAddIn object of the content pages. |
![]() |
Text | Gets the text of the link. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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