MessageLoggingElement.MaxMessagesToLog Propriedade

Definição

Recebe ou define um valor que especifica o número máximo de mensagens a registar.

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

Valor de Propriedade

O número máximo de mensagens a registar. A predefinição é 1000.

Atributos

Aplica-se a