Destination Constructor(String,DestinationType)
See Also 
SourceCode.Workflow.Client Namespace > Destination Class > Destination Constructor : Destination Constructor(String,DestinationType)



Name
type

Glossary Item Box

Syntax

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

Parameters

Name
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