ExceptionHandlingScope.Processed property
Gets the flag that indicates whether the scope has been processed by the server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Processed As Boolean
Get
'Usage
Dim instance As ExceptionHandlingScope
Dim value As Boolean
value = instance.Processed
public bool Processed { get; }
Property value
Type: System.Boolean
true if the scope has been processed by the server; otherwise, false.