ExceptionHandlingScope.Processed - Propriété
Obtient l'indicateur qui indique si l'étendue a été traitée par le serveur.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Processed As Boolean
Get
'Utilisation
Dim instance As ExceptionHandlingScope
Dim value As Boolean
value = instance.Processed
public bool Processed { get; }
Valeur de propriété
Type : System.Boolean
true si l'étendue a été traitée par le serveur ; dans le cas contraire, false.