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)
Available in Sandboxed Solutions: No

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