Compartir a través de


WsFederationConfiguration.XmlDictionaryReaderQuotas Propiedad

Definición

Obtiene o establece los valores de cuota configurables para los lectores del diccionario de XML usados por esta instancia.

public:
 property System::Xml::XmlDictionaryReaderQuotas ^ XmlDictionaryReaderQuotas { System::Xml::XmlDictionaryReaderQuotas ^ get(); void set(System::Xml::XmlDictionaryReaderQuotas ^ value); };
public System.Xml.XmlDictionaryReaderQuotas XmlDictionaryReaderQuotas { get; set; }
member this.XmlDictionaryReaderQuotas : System.Xml.XmlDictionaryReaderQuotas with get, set
Public Property XmlDictionaryReaderQuotas As XmlDictionaryReaderQuotas

Valor de propiedad

Objeto que contiene los valores de cuota configurables. El objeto predeterminado tiene la propiedad MaxArrayLength establecida en DefaultMaxArrayLength y la propiedad MaxStringContentLength establecida en DefaultMaxStringContentLength.

Excepciones

Se ha intentado establecer la propiedad en null.

Se aplica a

Consulte también