UnconstrainedNonlinearModel.VariableKeyCount Property

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

Returns a count for keys (not including null) for variables

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

Syntax

'Declaration
Protected ReadOnly Property VariableKeyCount As Integer
protected int VariableKeyCount { get; }
protected:
property int VariableKeyCount {
    int get ();
}
member VariableKeyCount : int
function get VariableKeyCount () : int

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

UnconstrainedNonlinearModel Class

Microsoft.SolverFoundation.Solvers Namespace