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 whether the app instance is in an error state.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property InError As Boolean
Get
'Usage
Dim instance As AppInstance
Dim value As Boolean
value = instance.InError
public bool InError { get; }
Property value
Type: System.Boolean
true if the app instance is in an error state, otherwise false.
Remarks
An error state is one that requires a job to be retried or aborted for the instance to continue its current lifecycle operation. This field is orthogonal to the Status of the instance.