MaxNameTableCharCount Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

'Declaration
Public Property MaxNameTableCharCount As Integer

Property Value

Type: System.Int32
The maximum number of characters allowed in a table name. The default is 16384.

ExceptionCondition
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft