.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Parameter Class > Parameter Constructor : Parameter Constructor(String,String,FieldType)
Name of the parameter.
Value of the parameter.
FieldType of the parameter.
Parameter Constructor(String,String,FieldType)
Initializes a new instance of the Parameter class with a name, value, and FieldType.
Syntax
'Declaration
 
Public Function New( _
   ByVal pName As String, _
   ByVal pValue As String, _
   ByVal pType As FieldType _
)
'Usage
 
Dim pName As String
Dim pValue As String
Dim pType As FieldType
 
Dim instance As New Parameter(pName, pValue, pType)
public Parameter( 
   string pName,
   string pValue,
   FieldType pType
)

Parameters

pName
Name of the parameter.
pValue
Value of the parameter.
pType
FieldType of the parameter.
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