UnconstrainedNonlinearModel.VariableKeys Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets an IEnumerable containing the variable keys.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public ReadOnly Property VariableKeys As IEnumerable(Of Object)
public IEnumerable<Object> VariableKeys { get; }
public:
virtual property IEnumerable<Object^>^ VariableKeys {
IEnumerable<Object^>^ get () sealed;
}
abstract VariableKeys : IEnumerable<Object>
override VariableKeys : IEnumerable<Object>
final function get VariableKeys () : IEnumerable<Object>
Property Value
Type: System.Collections.Generic.IEnumerable<Object>
Implements
IRowVariableModel.VariableKeys
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.