Report.DefaultVerbosity Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a value that specifies the amount of information to be included in a report.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Protected ReadOnly Property DefaultVerbosity As ReportVerbosity
protected ReportVerbosity DefaultVerbosity { get; }
protected:
property ReportVerbosity DefaultVerbosity {
ReportVerbosity get ();
}
member DefaultVerbosity : ReportVerbosity
function get DefaultVerbosity () : ReportVerbosity
Property Value
Type: Microsoft.SolverFoundation.Services.ReportVerbosity
A value that specifies amount of information to be included in the report.
.NET Framework Security
- 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.