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 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.