ConditionalScopeBase.TestResult - Propriété
Le résultat d'expression conditionnelle évaluée au niveau du serveur. Il n'est pas disponible jusqu'à ce que la requête est exécutée.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TestResult As Nullable(Of Boolean)
Get
'Utilisation
Dim instance As ConditionalScopeBase
Dim value As Nullable(Of Boolean)
value = instance.TestResult
public Nullable<bool> TestResult { get; }
Valeur de propriété
Type : System.Nullable<Boolean>