IRowVariableModel.KeyCount Property

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

Gets the number of keys in a model, inclusive of rows and variables.

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

Syntax

'Declaration
ReadOnly Property KeyCount As Integer
int KeyCount { get; }
property int KeyCount {
    int get ();
}
abstract KeyCount : int
function get KeyCount () : int

Property Value

Type: System.Int32
The number of keys, inclusive of rows and variables.

.NET Framework Security

See Also

Reference

IRowVariableModel Interface

Microsoft.SolverFoundation.Services Namespace