Report.Directives Property

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

Gets a collection of all directives that are used in the model.

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

Syntax

'Declaration
Public ReadOnly Property Directives As IEnumerable(Of Directive)
public IEnumerable<Directive> Directives { get; }
public:
property IEnumerable<Directive^>^ Directives {
    IEnumerable<Directive^>^ get ();
}
member Directives : IEnumerable<Directive>
function get Directives () : IEnumerable<Directive>

Property Value

Type: System.Collections.Generic.IEnumerable<Directive>
A collection of all directives that are used.

.NET Framework Security

See Also

Reference

Report Class

Microsoft.SolverFoundation.Services Namespace