HybridLocalSearchModel.IRowVariableModel.RowKeys Property

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

Gets the row keys for the search model.

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

Syntax

'Declaration
Private ReadOnly Property RowKeys As IEnumerable(Of Object)
    Implements IRowVariableModel.RowKeys
IEnumerable<Object> IRowVariableModel.RowKeys { get; }
private:
virtual property IEnumerable<Object^>^ RowKeys {
    IEnumerable<Object^>^ get () sealed = IRowVariableModel::RowKeys::get;
}
private abstract RowKeys : IEnumerable<Object>
private override RowKeys : IEnumerable<Object>
JScript does not support explicit interface implementations.

Property Value

Type: System.Collections.Generic.IEnumerable<Object>
The row keys for the search model.

Implements

IRowVariableModel.RowKeys

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace