XmlDictionaryReaderQuotas.MaxNameTableCharCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum characters allowed in a table name.
public:
property int MaxNameTableCharCount { int get(); void set(int value); };
public int MaxNameTableCharCount { get; set; }
member this.MaxNameTableCharCount : int with get, set
Public Property MaxNameTableCharCount As Integer
Property Value
The maximum characters allowed in a table name. The default is 16384.
Exceptions
Trying to set
the value, but quota values are read-only for this instance.
Trying to set
the value to less than zero.
Remarks
This quota limits the total number of characters in strings that are atomized in the NameTable for the reader. When strings are atomized they are inserted into a NameTable and never removed. This can cause the buildup of large amounts of character data in a NameTable. This quota places a limit on how much data can be buffered in the reader's NameTable.