AppInstance.InError 屬性
取得應用程式執行個體是否處於錯誤狀態。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property InError As Boolean
Get
'用途
Dim instance As AppInstance
Dim value As Boolean
value = instance.InError
public bool InError { get; }
屬性值
類型:System.Boolean
true如果應用程式執行個體處於錯誤狀態,否則false。
備註
錯誤狀態是一種要求重試或中止繼續其目前的生命週期作業的執行個體的工作。此欄位是相交Status的執行個體。