SolverRegistration.DirectiveClassName 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 directive.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SolverRegistration Class

Microsoft.SolverFoundation.Services Namespace