RowVariableModel.RowCount 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 rows in a model.

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

Syntax

'Declaration
Public Overridable ReadOnly Property RowCount As Integer
public virtual int RowCount { get; }
public:
virtual property int RowCount {
    int get ();
}
abstract RowCount : int
override RowCount : int
function get RowCount () : int

Property Value

Type: System.Int32
The number of rows.

Implements

IRowVariableModel.RowCount

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace