ConditionalScopeBase.TestResult property
The result of conditional expression evaluated at the server. It is not available until the query is executed.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property TestResult As Nullable(Of Boolean)
Get
'Usage
Dim instance As ConditionalScopeBase
Dim value As Nullable(Of Boolean)
value = instance.TestResult
public Nullable<bool> TestResult { get; }
Property value
Type: System.Nullable<Boolean>