AppInstance.Status property
Gets the lifecycle status of an app instance based on the constants defined by the AppInstanceStatus object.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Status As AppInstanceStatus
Get
'Usage
Dim instance As AppInstance
Dim value As AppInstanceStatus
value = instance.Status
public AppInstanceStatus Status { get; }
Property value
Type: Microsoft.SharePoint.Client.AppInstanceStatus
The lifecycle status.