Delen via


WorkflowCodeTypeReferenceExpression.Evaluate Method

Initiates the evaluation of the WorkflowCodeTypeReferenceExpression.

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

Syntax

'Declaration
Public Function Evaluate ( _
    execution As RuleExecution _
) As RuleExpressionResult
'Usage
Dim instance As WorkflowCodeTypeReferenceExpression
Dim execution As RuleExecution
Dim returnValue As RuleExpressionResult

returnValue = instance.Evaluate(execution)
public RuleExpressionResult Evaluate(
    RuleExecution execution
)

Parameters

Return Value

Type: System.Workflow.Activities.Rules.RuleExpressionResult
The RuleExpressionResult that indicates the result of the rule execution.

Implements

IRuleExpression.Evaluate(RuleExecution)

See Also

Reference

WorkflowCodeTypeReferenceExpression Class

WorkflowCodeTypeReferenceExpression Members

Microsoft.SharePoint.WorkflowActions Namespace