SolverRegistration.ParameterClassName Property

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

Get the class name of the solver parameters.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SolverRegistration Class

Microsoft.SolverFoundation.Services Namespace