SPExternalApplicationRequestProperties.ApplicationUrl Property
Gets the URL of the external application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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