DataField Constructor(String,Decimal)
See Also 
SourceCode.Workflow.Authoring Namespace > DataField Class > DataField Constructor : DataField Constructor(String,Decimal)



name
value

Glossary Item Box

A simple type representing values ranging from 20Help/Help 20Minus.bmp"> to approximately 20Help/Help 20Plus.bmp"> with 28-29 significant digits.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal value As Decimal _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim value As Decimal
 
Dim instance As New DataField(name, value)
C# 
public DataField( 
   string name,
   decimal value
)
C++/CLI 
public:
DataField( 
   String^ name,
   decimal 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