XmlDictionaryReaderQuotas.MaxNameTableCharCount Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the maximum number of characters allowed in a table name.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Property Value
Type: System.Int32The maximum number of characters allowed in a table name. The default is 16384.
| Exception | Condition |
|---|---|
| InvalidOperationException | Trying to set the value, but quota values are read-only for this instance. |
| ArgumentException | Trying to set the value to less than zero. |
Show: