Partager via


AppInstance.InError - Propriété

Gets whether the app instance is in an error state.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property InError As Boolean
    Get
'Utilisation
Dim instance As AppInstance
Dim value As Boolean

value = instance.InError
public bool InError { get; }

Valeur de propriété

Type : System.Boolean
true if the app instance is in an error state, otherwise false.

Remarques

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.

Voir aussi

Référence

AppInstance classe

AppInstance - Membres

Microsoft.SharePoint.Client - Espace de noms