StochasticSolution.SamplingMethod 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 sampling method for a solution.

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

Syntax

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

Property Value

Type: Microsoft.SolverFoundation.Services.SamplingMethod
The sampling method.

Remarks

The sample method can be NoSampling.

.NET Framework Security

See Also

Reference

StochasticSolution Class

Microsoft.SolverFoundation.Services Namespace