LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ReaderQuotasMaxArrayLength Property
See Also 
Leadtools.Dicom.Web Namespace > DicomWCFStreamer Class : ReaderQuotasMaxArrayLength Property



Gets or sets the maximum allowed array length for the binding reader quotas.

Syntax

Visual Basic (Declaration) 
Public Property ReaderQuotasMaxArrayLength As Integer
Visual Basic (Usage)Copy Code
Dim instance As DicomWCFStreamer
Dim value As Integer
 
instance.ReaderQuotasMaxArrayLength = value
 
value = instance.ReaderQuotasMaxArrayLength
C# 
public int ReaderQuotasMaxArrayLength {get; set;}
C++/CLI 
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also