HybridLocalSearchModel.IRowVariableModel.Keys Property

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

Gets the keys for the search model.

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

Syntax

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

Property Value

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

Implements

IRowVariableModel.Keys

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace