LogIdSet.All Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value indicating that logging is enabled.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared ReadOnly Property All As LogIdSet
public static LogIdSet All { get; }
public:
static property LogIdSet All {
    LogIdSet get ();
}
static member All : LogIdSet
static function get All () : LogIdSet

Property Value

Type: Microsoft.SolverFoundation.Common.LogIdSet
A value indicating that logging is enabled.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace