Sdílet prostřednictvím


WsFederationConfiguration.XmlDictionaryReaderQuotas Vlastnost

Definice

Získá nebo nastaví konfigurovatelné hodnoty kvót pro xml slovník čtenáři používané touto instancí.

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

Hodnota vlastnosti

Objekt, který obsahuje konfigurovatelné hodnoty kvóty. Výchozí objekt má vlastnost nastavenou MaxArrayLength na DefaultMaxArrayLength a vlastnost nastavenou MaxStringContentLength na DefaultMaxStringContentLength.

Výjimky

Dojde k pokusu o nastavení vlastnosti na null .

Platí pro

Viz také