LogIdSet.None 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 disabled.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace