SubmodelInstance.Item Property (Decision)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets a decision in a submodel instance that corresponds to a decision that is defined in the same domain.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
key As Decision _
) As Decision
public Decision this[
Decision key
] { get; }
public:
property Decision^ default[Decision^ key] {
Decision^ get (Decision^ key);
}
member Item : Decision
JScript does not support indexed properties.
Parameters
- key
Type: Microsoft.SolverFoundation.Services.Decision
A decision object that is in the domain of the submodel instance.
Property Value
Type: Microsoft.SolverFoundation.Services.Decision
A decision object that is in the submodel instance.
.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.