Aracılığıyla paylaş


MessageLoggingElement.MaxMessagesToLog Özellik

Tanım

Günlüğe kaydedilecek en fazla ileti sayısını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Günlüğe kaydedilecek ileti sayısı üst sınırı. Varsayılan değer 1000’dir.

Öznitelikler

Şunlara uygulanır