Visual Basic (Declaration) | |
---|---|
<ConfigurationPropertyAttribute(Name="maxDepth", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=False, IsRequired=False, IsKey=False)> <IntegerValidatorAttribute(0)> <DescriptionAttribute("The maximum nested node depth for each read. The default is 32.")> <CategoryAttribute("ReaderQuotas Properties")> Public Property MaxDepth As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As GZipMessageEncodingElement Dim value As Integer instance.MaxDepth = value value = instance.MaxDepth |
C# | |
---|---|
[ConfigurationPropertyAttribute(Name="maxDepth", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] [IntegerValidatorAttribute(0)] [DescriptionAttribute("The maximum nested node depth for each read. The default is 32.")] [CategoryAttribute("ReaderQuotas Properties")] public int MaxDepth {get; set;} |
C++/CLI | |
---|---|
[ConfigurationPropertyAttribute(Name="maxDepth", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] [IntegerValidatorAttribute(0)] [DescriptionAttribute("The maximum nested node depth for each read. The default is 32.")] [CategoryAttribute("ReaderQuotas Properties")] public: property int MaxDepth { int get(); void set ( int value); } |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family