SubmodelInstance.Item Property (SubmodelInstance)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a submodel instance that is a member of the current submodel instance that corresponds to a submodel instance 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 SubmodelInstance _
) As SubmodelInstance
public SubmodelInstance this[
    SubmodelInstance key
] { get; }
public:
property SubmodelInstance^ default[SubmodelInstance^ key] {
    SubmodelInstance^ get (SubmodelInstance^ key);
}
member Item : SubmodelInstance
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.SolverFoundation.Services.SubmodelInstance
A submodel instance object that is in the current submodel instance.

.NET Framework Security

See Also

Reference

SubmodelInstance Class

Item Overload

Microsoft.SolverFoundation.Services Namespace