HybridLocalSearchModel.Goal.Index Property

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

Specifies the variable index (vid) of this goal's row

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

Syntax

'Declaration
Public Property Index As Integer
public int Index { get; internal set; }
public:
virtual property int Index {
    int get () sealed;
    internal: void set (int value) sealed;
}
abstract Index : int with get, internal set
override Index : int with get, internal set
final function get Index () : int
internal final function set Index (value : int)

Property Value

Type: System.Int32
The index value.

Implements

IGoal.Index

.NET Framework Security

See Also

Reference

HybridLocalSearchModel.Goal Class

Microsoft.SolverFoundation.Solvers Namespace