ExportProcessStringTable Constructor(String,String)
See Also 
SourceCode.Workflow.Design.Export Namespace > ExportProcessStringTable Class > ExportProcessStringTable Constructor : ExportProcessStringTable Constructor(String,String)



Key
Value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal Key As String, _
   ByVal Value As String _
)
Visual Basic (Usage) Copy Code
Dim Key As String
Dim Value As String
 
Dim instance As New ExportProcessStringTable(Key, Value)
C#  
public ExportProcessStringTable( 
   string Key,
   string Value
)
C++/CLI  
public:
ExportProcessStringTable( 
   String^ Key,
   String^ Value
)

Parameters

Key
Value

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