次の方法で共有


NetPeerTcpBinding.ReaderQuotas プロパティ

定義

このバインドに関連付けられる XmlDictionaryReaderQuotas を取得または設定します。

public:
 property System::Xml::XmlDictionaryReaderQuotas ^ ReaderQuotas { System::Xml::XmlDictionaryReaderQuotas ^ get(); void set(System::Xml::XmlDictionaryReaderQuotas ^ value); };
public System.Xml.XmlDictionaryReaderQuotas ReaderQuotas { get; set; }
member this.ReaderQuotas : System.Xml.XmlDictionaryReaderQuotas with get, set
Public Property ReaderQuotas As XmlDictionaryReaderQuotas

プロパティ値

このバインドに関連付けられている XmlDictionaryReaderQuotas

例外

アプリケーションがこのプロパティを null に設定しようとしました。

適用対象