WorkflowContextFieldPart Constructor(WorkflowContextProperty)
See Also 
SourceCode.Workflow.Design Namespace > WorkflowContextFieldPart Class > WorkflowContextFieldPart Constructor : WorkflowContextFieldPart Constructor(WorkflowContextProperty)



workflowContextProperty

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal workflowContextProperty As WorkflowContextProperty _
)
Visual Basic (Usage) Copy Code
Dim workflowContextProperty As WorkflowContextProperty
 
Dim instance As New WorkflowContextFieldPart(workflowContextProperty)
C#  
public WorkflowContextFieldPart( 
   WorkflowContextProperty workflowContextProperty
)
C++/CLI  
public:
WorkflowContextFieldPart( 
   WorkflowContextProperty workflowContextProperty
)

Parameters

workflowContextProperty

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