Model.Submodels Property

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

Gets all submodels created directly in a model.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

Model Class

Microsoft.SolverFoundation.Services Namespace