SPExternalApplicationRequestProperties.ApplicationUrl property
Gets the URL of the external application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ApplicationUrl As String
Get
'Usage
Dim instance As SPExternalApplicationRequestProperties
Dim value As String
value = instance.ApplicationUrl
public string ApplicationUrl { get; }
Property value
Type: System.String
The external application’s URL.
Remarks
For example, https://www.contoso.com/SilverlightApps/ContosoEmployees.xap.
See also
Reference
SPExternalApplicationRequestProperties class