IRuleExpression::Validate Method (RuleValidation^, Boolean)
.NET Framework (current version)
When overridden in a derived class, verifies that the expression is configured correctly and has no errors.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
Parameters
- validation
-
Type:
System.Workflow.Activities.Rules::RuleValidation^
The RuleValidation to manage the validation process.
- isWritten
-
Type:
System::Boolean
true if the expression is being written to; false if the expression is not being written to.
Return Value
Type: System.Workflow.Activities.Rules::RuleExpressionInfo^The RuleExpressionInfo for the expression.
.NET Framework
Available since 3.0
Available since 3.0
Show: