Selerix Developer Tools
AgeParamLimit Constructor(Double,String)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > AgeParamLimit Class > AgeParamLimit Constructor : AgeParamLimit Constructor(Double,String)
The value.
Name of the parameter.
Initializes a new instance of the AgeParamLimit class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Double, _
   ByVal parameterName As String _
)
'Usage
 
Dim value As Double
Dim parameterName As String
 
Dim instance As New AgeParamLimit(value, parameterName)
public AgeParamLimit( 
   double value,
   string parameterName
)
public AgeParamLimit( 
    value: Double;
    parameterName: String
); 
public function AgeParamLimit( 
   value : double,
   parameterName : String
);
public: AgeParamLimit( 
   double value,
   string* parameterName
)
public:
AgeParamLimit( 
   double value,
   String^ parameterName
)

Parameters

value
The value.
parameterName
Name of the parameter.
See Also

Reference

AgeParamLimit Class
AgeParamLimit Members
Overload List