←Select platform

ReaderQuotasMaxArrayLength Property

Summary

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

Syntax

C#
VB
C++
public int ReaderQuotasMaxArrayLength { get; set; } 
  
Public Property ReaderQuotasMaxArrayLength As Integer 
public: 
property int ReaderQuotasMaxArrayLength { 
   int get(); 
   void set (    int ); 
} 

Property Value

The maximum allowed array length. The default is 16384.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly