XmlDictionaryReaderQuotas.Max Property

Definition

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