WCF-Xtensions Class Reference for Mono
MaxArrayLength Property (SmartHttpBindingElement)






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="maxArrayLength", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
<System.ComponentModel.CategoryAttribute("ReaderQuotas Properties")>
Public Property MaxArrayLength As System.Integer
'Usage
 
Dim instance As SmartHttpBindingElement
Dim value As System.Integer
 
instance.MaxArrayLength = value
 
value = instance.MaxArrayLength
[System.Configuration.ConfigurationProperty(Name="maxArrayLength", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.Category("ReaderQuotas Properties")]
public System.int MaxArrayLength {get; set;}
public read-write property MaxArrayLength: System.Integer; 
System.Configuration.ConfigurationPropertyAttribute(Name="maxArrayLength", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
System.ComponentModel.CategoryAttribute("ReaderQuotas Properties")
public function get,set MaxArrayLength : System.int
[System.Configuration.ConfigurationProperty(Name="maxArrayLength", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.Category("ReaderQuotas Properties")]
public: __property System.int get_MaxArrayLength();
public: __property void set_MaxArrayLength( 
   System.int value
);
[System.Configuration.ConfigurationProperty(Name="maxArrayLength", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.Category("ReaderQuotas Properties")]
public:
property System.int MaxArrayLength {
   System.int get();
   void set (    System.int value);
}
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

SmartHttpBindingElement Class
SmartHttpBindingElement Members

Send Feedback