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



name
value
required

Glossary Item Box

Syntax

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

Parameters

name
value
required

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