ServiceLink Class

 

Defines the components of a service link.

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

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

[SerializableAttribute]
public ref class ServiceLink 

NameDescription
System_CAPS_pubmethodServiceLink()

Initializes a new instance of the ServiceLink class.

System_CAPS_pubmethodServiceLink(String^, String^, Uri^)

Initializes a new instance of the ServiceLink class.

NameDescription
System_CAPS_pubpropertyIcon

Gets the icon for the link.

System_CAPS_pubpropertyLink

Gets the URL for the link.

System_CAPS_pubpropertyParent

Gets the parent WebAddIn object of the content pages.

System_CAPS_pubpropertyText

Gets the text of the link.

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_protmethodMemberwiseClone()

(Inherited from Object.)

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: