PriorityFilter.MinimumPriority 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 minimum value for messages to be processed. Messages with a priority below the minimum are dropped immediately on the client.

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

Syntax

'Declaration
PublicReadOnlyPropertyMinimumPriorityAs Integer
public int MinimumPriority { get; }
public:
property int MinimumPriority {
    int get ();
}
publicfunction getMinimumPriority () : 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.