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)
'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
Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.