SolverRegistration.InterfaceName Property

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

Gets the solver interface name (optional).

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

Syntax

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

Property Value

Type: System.String
The solver interface name.

.NET Framework Security

See Also

Reference

SolverRegistration Class

Microsoft.SolverFoundation.Services Namespace