Share via


SPTokenExpressionBuilder.SupportsEvaluate property

Gets whether the SharePoint tokens expression builder supports expression evaluation.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SupportsEvaluate As Boolean
    Get
'Usage
Dim instance As SPTokenExpressionBuilder
Dim value As Boolean

value = instance.SupportsEvaluate
public override bool SupportsEvaluate { get; }

Property value

Type: System.Boolean
true if expression evaluation is supported, otherwise false.

See also

Reference

SPTokenExpressionBuilder class

SPTokenExpressionBuilder members

Microsoft.SharePoint namespace