WsFederationConfiguration.XmlDictionaryReaderQuotas 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定這個執行個體所使用之 XML 字典讀取器的可設定配額值。
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
屬性值
包含可設定配額值的物件。 預設物件具有設定為 MaxArrayLength 的 DefaultMaxArrayLength 屬性以及設定為 MaxStringContentLength 的 DefaultMaxStringContentLength 屬性。
例外狀況
嘗試將屬性設為 null
。