ConstraintSystem.Version Property

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

Gets the version of a solver.

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

Syntax

'Declaration
Public Shared ReadOnly Property Version As String
public static string Version { get; }
public:
static property String^ Version {
    String^ get ();
}
static member Version : string
static function get Version () : String

Property Value

Type: System.String
The version of a solver.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace