Decision.CreateBinding Method

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

Creates a DecisionBinding wrapping for the decision.

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

Syntax

'Declaration
Public Function CreateBinding As DecisionBinding
public DecisionBinding CreateBinding()
public:
DecisionBinding^ CreateBinding()
member CreateBinding : unit -> DecisionBinding 
public function CreateBinding() : DecisionBinding

Return Value

Type: Microsoft.SolverFoundation.Services.DecisionBinding
A DecisionBinding wrapping for the decision.

Remarks

Only integer and enumerated decisions that are not indexed can be bound.

.NET Framework Security

See Also

Reference

Decision Class

Microsoft.SolverFoundation.Services Namespace