PlaceHolder Constructor(String,Object)
See Also 
SourceCode.Workflow.Authoring Namespace > PlaceHolder Class > PlaceHolder Constructor : PlaceHolder Constructor(String,Object)



name
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal name As String, _
   ByVal value As Object _
)
Visual Basic (Usage) Copy Code
Dim name As String
Dim value As Object
 
Dim instance As New PlaceHolder(name, value)
C#  
public PlaceHolder( 
   string name,
   object value
)
C++/CLI  
public:
PlaceHolder( 
   String^ name,
   Object^ value
)

Parameters

name
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