WsFederationConfiguration.XmlDictionaryReaderQuotas Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les valeurs de quota configurables pour les lecteurs de dictionnaire XML utilisés par cette instance.
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
Valeur de propriété
Objet qui contient les valeurs de quotas configurables. L'objet par défaut a la propriété MaxArrayLength définie sur DefaultMaxArrayLength et la propriété MaxStringContentLength définie sur DefaultMaxStringContentLength.
Exceptions
Il est tenté de définir la propriété sur null
.