SPExternalApplicationRegistrationInformation.HyperlinkText property

The text of the link, on the Tool Part of the Web Part, to the dialog for registering the external application.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property HyperlinkText As String
    Get
    Set
'Usage
Dim instance As SPExternalApplicationRegistrationInformation
Dim value As String

value = instance.HyperlinkText

instance.HyperlinkText = value
public string HyperlinkText { get; set; }

Property value

Type: System.String
The link text.

Remarks

For example, the hyperlink text of the Silverlight Web Part is “Configure ...”.

See also

Reference

SPExternalApplicationRegistrationInformation class

SPExternalApplicationRegistrationInformation members

Microsoft.SharePoint namespace