Report.SolutionDirective Property

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

Gets a solution directive.

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

Syntax

'Declaration
Public ReadOnly Property SolutionDirective As Directive
public Directive SolutionDirective { get; }
public:
property Directive^ SolutionDirective {
    Directive^ get ();
}
member SolutionDirective : Directive
function get SolutionDirective () : Directive

Property Value

Type: Microsoft.SolverFoundation.Services.Directive
The solution directive.

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace