SimplexDirective.Pricing Property

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

Gets or sets the pricing strategy to use.

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

Syntax

'Declaration
Public Property Pricing As SimplexPricing
public SimplexPricing Pricing { get; set; }
public:
property SimplexPricing Pricing {
    SimplexPricing get ();
    void set (SimplexPricing value);
}
member Pricing : SimplexPricing with get, set
function get Pricing () : SimplexPricing
function set Pricing (value : SimplexPricing)

Property Value

Type: Microsoft.SolverFoundation.Services.SimplexPricing
The pricing strategy to use.

.NET Framework Security

See Also

Reference

SimplexDirective Class

Microsoft.SolverFoundation.Services Namespace