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



name
value

Glossary Item Box

A floating point type representing values ranging from approximately 20Help/Help%20Images/Double_Neg.bmp"> to 20Help/Help%20Images/Double_Plus.bmp"> with a precision of 15-16 digits.

Syntax

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