SPAppInstance.Status property

Gets the lifecycle status of an app instance based on the constants defined by the SPAppInstanceStatus object.

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

Syntax

'Declaration
Public ReadOnly Property Status As SPAppInstanceStatus
    Get
'Usage
Dim instance As SPAppInstance
Dim value As SPAppInstanceStatus

value = instance.Status
public SPAppInstanceStatus Status { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPAppInstanceStatus
The lifecycle status.

See also

Reference

SPAppInstance class

SPAppInstance members

Microsoft.SharePoint.Administration namespace