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