DestinationFieldExists Method
See Also 
SourceCode.Workflow.Design.IPC Namespace > IPCWizardDefinition Class : DestinationFieldExists Method



process
mapping

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function DestinationFieldExists( _
   ByVal process As Process, _
   ByVal mapping As IPCFieldMapping _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As IPCWizardDefinition
Dim process As Process
Dim mapping As IPCFieldMapping
Dim value As Boolean
 
value = instance.DestinationFieldExists(process, mapping)
C#  
public bool DestinationFieldExists( 
   Process process,
   IPCFieldMapping mapping
)
C++/CLI  
public:
bool DestinationFieldExists( 
   Process^ process,
   IPCFieldMapping^ mapping
) 

Parameters

process
mapping

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