ExceptionHandlingScope.Processed Property
Gets the flag that indicates whether the scope has been processed by the server.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); 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.