Partilhar via


MessageLoggingElement.MaxMessagesToLog Propriedade

Definição

Obtém ou define um valor que especifica o número máximo de mensagens a serem registradas em log.

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 da propriedade

Int32

O número máximo de mensagens a registrar. O padrão é 1000.

Atributos

Aplica-se a