DefaultLineRule Constructor(ExtenderOutputType)
See Also 
SourceCode.Workflow.Design Namespace > DefaultLineRule Class > DefaultLineRule Constructor : DefaultLineRule Constructor(ExtenderOutputType)



outputType

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal outputType As ExtenderOutputType _
)
Visual Basic (Usage) Copy Code
Dim outputType As ExtenderOutputType
 
Dim instance As New DefaultLineRule(outputType)
C#  
public DefaultLineRule( 
   ExtenderOutputType outputType
)
C++/CLI  
public:
DefaultLineRule( 
   ExtenderOutputType outputType
)

Parameters

outputType

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