共用方式為


WsFederationConfiguration.XmlDictionaryReaderQuotas 屬性

定義

取得或設定這個執行個體所使用之 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

屬性值

包含可設定配額值的物件。 預設物件具有設定為 MaxArrayLengthDefaultMaxArrayLength 屬性以及設定為 MaxStringContentLengthDefaultMaxStringContentLength 屬性。

例外狀況

嘗試將屬性設為 null

適用於

另請參閱