AppInstance.RemoteAppUrl property
Gets the base URL of the remote system deployed during the installation of this app instance.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RemoteAppUrl As String
Get
'Usage
Dim instance As AppInstance
Dim value As String
value = instance.RemoteAppUrl
public string RemoteAppUrl { get; }
Property value
Type: System.String
The base URL of the remote system.