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

Property Value

Type: Microsoft.SolverFoundation.Services.Decision
A decision object that is in the submodel instance.

.NET Framework Security

See Also

Reference

SubmodelInstance Class

Item Overload

Microsoft.SolverFoundation.Services Namespace