RowVariableModel.m_mpkeyvid Field
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the mapping from key to variable index.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Protected m_mpkeyvid As Dictionary(Of Object, Integer)
protected Dictionary<Object, int> m_mpkeyvid
protected:
Dictionary<Object^, int>^ m_mpkeyvid
val mutable m_mpkeyvid: Dictionary<Object, int>
protected var m_mpkeyvid : Dictionary<Object, int>
.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.