次の方法で共有


MessageLoggingElement.MaxMessagesToLog プロパティ

定義

記録するメッセージの最大数を指定する値を取得または設定します。

public:
 property int MaxMessagesToLog { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxMessagesToLog", DefaultValue=10000)]
[System.Configuration.IntegerValidator(MinValue=-1)]
public int MaxMessagesToLog { get; set; }
[<System.Configuration.ConfigurationProperty("maxMessagesToLog", DefaultValue=10000)>]
[<System.Configuration.IntegerValidator(MinValue=-1)>]
member this.MaxMessagesToLog : int with get, set
Public Property MaxMessagesToLog As Integer

プロパティ値

記録するメッセージの最大数。 既定値は 1000 です。

属性

適用対象