Model.SubmodelInstances Property

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

Gets all instantiations of submodels created directly in a model.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property SubmodelInstances As IEnumerable(Of SubmodelInstance)
public IEnumerable<SubmodelInstance> SubmodelInstances { get; }
public:
property IEnumerable<SubmodelInstance^>^ SubmodelInstances {
    IEnumerable<SubmodelInstance^>^ get ();
}
member SubmodelInstances : IEnumerable<SubmodelInstance>
function get SubmodelInstances () : IEnumerable<SubmodelInstance>

Property Value

Type: System.Collections.Generic.IEnumerable<SubmodelInstance>
All the instantiations of submodels created directly in the model.

.NET Framework Security

See Also

Reference

Model Class

Microsoft.SolverFoundation.Services Namespace