次の方法で共有


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

プロパティ値

構成可能なクォータ値を含むオブジェクト。 既定のオブジェクトでは、MaxArrayLength プロパティが DefaultMaxArrayLength に、MaxStringContentLength プロパティが DefaultMaxStringContentLength に設定されます。

例外

プロパティに null を設定しようとしました。

適用対象

こちらもご覧ください