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



ev
mapping

Glossary Item Box

Syntax

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

Parameters

ev
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