ValidateOutcomeSucceedingRule(OutcomeEventSucceedingRule,ValidationErrorCollection) Method
See Also 
SourceCode.Workflow.Design.Outcome Namespace > Common Class > ValidateOutcomeSucceedingRule Method : ValidateOutcomeSucceedingRule(OutcomeEventSucceedingRule,ValidationErrorCollection) Method



eventSucceedingRule
validateErrorCollection

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Sub ValidateOutcomeSucceedingRule( _
   ByVal eventSucceedingRule As OutcomeEventSucceedingRule, _
   ByVal validateErrorCollection As ValidationErrorCollection _
) 
Visual Basic (Usage) Copy Code
Dim eventSucceedingRule As OutcomeEventSucceedingRule
Dim validateErrorCollection As ValidationErrorCollection
 
Common.ValidateOutcomeSucceedingRule(eventSucceedingRule, validateErrorCollection)
C#  
public static void ValidateOutcomeSucceedingRule( 
   OutcomeEventSucceedingRule eventSucceedingRule,
   ValidationErrorCollection validateErrorCollection
)
C++/CLI  
public:
static void ValidateOutcomeSucceedingRule( 
   OutcomeEventSucceedingRule^ eventSucceedingRule,
   ValidationErrorCollection^ validateErrorCollection
) 

Parameters

eventSucceedingRule
validateErrorCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also