IOfficeItemHelper.IsInError Property
Gets whether the item is marked in error.
Namespace: Microsoft.Office.BusinessApplications.Runtime
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
ReadOnly Property IsInError As Boolean
Get
'Usage
Dim instance As IOfficeItemHelper
Dim value As Boolean
value = instance.IsInError
bool IsInError { get; }
Property Value
Type: System.Boolean
true if item is marked in error; otherwise, false.
Remarks
An item is considered to be an error item if an error occurs while an operation is being executed on this item.