DevForce Help Reference
MaxNameTableCharCount Property


Gets or sets the ReaderQuotas.MaxNameTableCharCount value.
Syntax
'Declaration
 
<ConfigurationPropertyAttribute(Name="maxNameTableCharCount", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
<CategoryAttribute("ReaderQuotas Properties")>
<DescriptionAttribute("The maximum characters allowed in a table name.  The default is 16384.")>
<IntegerValidatorAttribute(0)>
Public Property MaxNameTableCharCount As Integer
'Usage
 
Dim instance As GZipMessageEncodingElement
Dim value As Integer
 
instance.MaxNameTableCharCount = value
 
value = instance.MaxNameTableCharCount
[ConfigurationProperty(Name="maxNameTableCharCount", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[Category("ReaderQuotas Properties")]
[Description("The maximum characters allowed in a table name.  The default is 16384.")]
[IntegerValidator(0)]
public int MaxNameTableCharCount {get; set;}
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

GZipMessageEncodingElement Class
GZipMessageEncodingElement Members

Send Feedback