RandomParameter.IndexSets Property

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

Gets the index sets for a parameter object.

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

Syntax

'Declaration
Public ReadOnly Property IndexSets As ReadOnlyCollection(Of Set)
public ReadOnlyCollection<Set> IndexSets { get; }
public:
property ReadOnlyCollection<Set^>^ IndexSets {
    ReadOnlyCollection<Set^>^ get ();
}
member IndexSets : ReadOnlyCollection<Set>
function get IndexSets () : ReadOnlyCollection<Set>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Set>
The index sets for the parameter object.

.NET Framework Security

See Also

Reference

RandomParameter Class

Microsoft.SolverFoundation.Services Namespace