Share via


SolverRegistration.SolverClassName Property

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

Gets the class name of the solver.

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

Syntax

'Declaration
Public Property SolverClassName As String
public string SolverClassName { get; internal set; }
public:
property String^ SolverClassName {
    String^ get ();
    internal: void set (String^ value);
}
member SolverClassName : string with get, internal set
function get SolverClassName () : String
internal function set SolverClassName (value : String)

Property Value

Type: System.String
The class name of the solver.

.NET Framework Security

See Also

Reference

SolverRegistration Class

Microsoft.SolverFoundation.Services Namespace