Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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