DataFieldPart Constructor(String,String,DataTypes)
See Also 
SourceCode.Workflow.Design Namespace > DataFieldPart Class > DataFieldPart Constructor : DataFieldPart Constructor(String,String,DataTypes)



scope
dataFieldName
type

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal scope As String, _
   ByVal dataFieldName As String, _
   ByVal type As DataTypes _
)
Visual Basic (Usage) Copy Code
Dim scope As String
Dim dataFieldName As String
Dim type As DataTypes
 
Dim instance As New DataFieldPart(scope, dataFieldName, type)
C#  
public DataFieldPart( 
   string scope,
   string dataFieldName,
   DataTypes type
)
C++/CLI  
public:
DataFieldPart( 
   String^ scope,
   String^ dataFieldName,
   DataTypes type
)

Parameters

scope
dataFieldName
type

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