LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

ReaderQuotasMaxArrayLength Property






Gets or sets the maximum allowed array length for the binding reader quotas.
Syntax
public int ReaderQuotasMaxArrayLength {get; set;}
'Declaration
 
Public Property ReaderQuotasMaxArrayLength As Integer
'Usage
 
Dim instance As DicomWCFStreamer
Dim value As Integer
 
instance.ReaderQuotasMaxArrayLength = value
 
value = instance.ReaderQuotasMaxArrayLength
public int ReaderQuotasMaxArrayLength {get; set;}
 get_ReaderQuotasMaxArrayLength();
set_ReaderQuotasMaxArrayLength(value);
public:
property int ReaderQuotasMaxArrayLength {
   int get();
   void set (    int value);
}

Property Value

The maximum allowed array length. The default is 16384.
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

Reference

DicomWCFStreamer Class
DicomWCFStreamer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.