Gets or sets the maximum number of barcodes to search.
            
            
            
            
            
            
            
            [DataMemberAttribute(Name="MultipleMaxCount", IsRequired=true)]
public int MultipleMaxCount {get; set;}
             
        
            
            'Declaration
 
<DataMemberAttribute(Name="MultipleMaxCount", IsRequired=True)>
Public Property MultipleMaxCount As Integer
             
        
            
            'Usage
 
Dim instance As ReadRequest
Dim value As Integer
 
instance.MultipleMaxCount = value
 
value = instance.MultipleMaxCount
             
        
            
        
            
        
            
            [DataMemberAttribute(Name="MultipleMaxCount", IsRequired=true)]
public:
property int MultipleMaxCount {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
An 
System.Int32 value that specifies the maximum number of barcodes to search for.