FastInfoset.NET Class Reference for .NET
MaxDepth Property (FiMessageEncodingElement)






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

FiMessageEncodingElement Class
FiMessageEncodingElement Members

Send Feedback