LinearModel.Keys Property

Gets the variable and row key collection.

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

Syntax

'Declaration
Public Overridable ReadOnly Property Keys As IEnumerable(Of Object)
    Get
public virtual IEnumerable<Object> Keys { get; }
public:
virtual property IEnumerable<Object^>^ Keys {
    IEnumerable<Object^>^ get ();
}
abstract Keys : IEnumerable<Object>
override Keys : IEnumerable<Object>
function get Keys () : IEnumerable<Object>

Property Value

Type: System.Collections.Generic.IEnumerable<Object>
The variable and row key collection.

Implements

ILinearModel.Keys

Remarks

Indices are guaranteed to greater than or equal to zero and less than the value of the KeyCount property.

.NET Framework Security

See Also

Reference

LinearModel Class

LinearModel Members

Microsoft.SolverFoundation.Services Namespace