Model.Tuples Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets all tuples that are defined in a model.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public ReadOnly Property Tuples As IEnumerable(Of Tuples)
public IEnumerable<Tuples> Tuples { get; }
public:
property IEnumerable<Tuples^>^ Tuples {
IEnumerable<Tuples^>^ get ();
}
member Tuples : IEnumerable<Tuples>
function get Tuples () : IEnumerable<Tuples>
Property Value
Type: System.Collections.Generic.IEnumerable<Tuples>
All the tuples that are defined in the model.
.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.