Initializes a new instance of the 
RateParamLimit class.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String, _
   ByVal  As Boolean, _
   ByVal  As String _
)
             
        
            
            'Usage
 
Dim value As String
Dim isValueList As Boolean
Dim parameterName As String
 
Dim instance As New RateParamLimit(value, isValueList, parameterName)
             
        
            
            public RateParamLimit( 
   string ,
   bool ,
   string 
)
             
        
            
            public RateParamLimit( 
    : String;
    : Boolean;
    : String
); 
             
        
            
            public function RateParamLimit( 
    : String,
    : boolean,
    : String
);
             
        
            
            public: RateParamLimit( 
   string* ,
   bool ,
   string* 
)
             
        
            
            public:
RateParamLimit( 
   String^ ,
   bool ,
   String^ 
)
             
        
             
        
            Parameters
- value
 
- The value.
 - isValueList
 
- if set to 
true [is value list]. - parameterName
 
- Name of the parameter.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also