Share via


PriorityFilter.MaximumPriority Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The maximum value for messages to be processed. If not specified this property defaults to Int32.MaxInt

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Filters
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
PublicReadOnlyPropertyMaximumPriorityAs Integer
public int MaximumPriority { get; }
public:
property int MaximumPriority {
    int get ();
}
publicfunction getMaximumPriority () : int

See Also

PriorityFilter Class

Microsoft.Practices.EnterpriseLibrary.Logging.Filters Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.