Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the app that this instance is an installation of.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property App As SPApp
Get
'Usage
Dim instance As SPAppInstance
Dim value As SPApp
value = instance.App
public SPApp App { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPApp
The app that this instance is an installation of.
Remarks
During an upgrade, this property is the version that is being upgraded to, not the version being upgraded from.