AppInstance.AppWebFullUrl property

Gets the absolute URL of the site created during the installation of this app instance that is used to host SharePoint components.

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

Syntax

'Declaration
Public ReadOnly Property AppWebFullUrl As String
    Get
'Usage
Dim instance As AppInstance
Dim value As String

value = instance.AppWebFullUrl
public string AppWebFullUrl { get; }

Property value

Type: System.String
The absolute URL of the site.

See also

Reference

AppInstance class

AppInstance members

Microsoft.SharePoint.Client namespace