Share via


SPExternalApplicationRegistrationInformation.HyperlinkUrl property

The server-relative URL of the dialog for registering the external application.

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

Syntax

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

value = instance.HyperlinkUrl

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

Property value

Type: System.String
The URL of the dialog.

Remarks

For example, the URL of the application registration page for the Silverlight Web Part is the server-relative URL of the Web site with "_layouts/newslwp.aspx" appended.

See also

Reference

SPExternalApplicationRegistrationInformation class

SPExternalApplicationRegistrationInformation members

Microsoft.SharePoint namespace