SPAppInstance.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.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

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

See also

Reference

SPAppInstance class

SPAppInstance members

Microsoft.SharePoint.Administration namespace