SPAppInstance.RemoteAppUrl property

Gets the base URL of the remote system deployed during the installation of this app instance.

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

Syntax

'Declaration
Public ReadOnly Property RemoteAppUrl As Uri
    Get
'Usage
Dim instance As SPAppInstance
Dim value As Uri

value = instance.RemoteAppUrl
public Uri RemoteAppUrl { get; }

Property value

Type: System.Uri
The base URL of the remote system.

See also

Reference

SPAppInstance class

SPAppInstance members

Microsoft.SharePoint.Administration namespace