MessageLoggingElement::MaxMessagesToLog Property
.NET Framework (current version)
Gets or sets a value that specifies the maximum number of messages to log.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("maxMessagesToLog", DefaultValue = 10000)] [IntegerValidatorAttribute(MinValue = -1)] property int MaxMessagesToLog { int get(); void set(int value); }
.NET Framework
Available since 3.0
Available since 3.0
Show: