XmlDictionaryReaderQuotas.Max 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 an instance of this class with all properties set to maximum values.
public:
static property System::Xml::XmlDictionaryReaderQuotas ^ Max { System::Xml::XmlDictionaryReaderQuotas ^ get(); };
public static System.Xml.XmlDictionaryReaderQuotas Max { get; }
static member Max : System.Xml.XmlDictionaryReaderQuotas
Public Shared ReadOnly Property Max As XmlDictionaryReaderQuotas
Property Value
An instance of XmlDictionaryReaderQuotas with properties set to Int32.MaxValue.
Remarks
The instance returned is read-only. Use the property to create a reader without quotas.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.