Share via


SamplingParameters.SampleCount 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 number of samples to take.

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

Syntax

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

Property Value

Type: System.Int32
The number of samples to take.

Remarks

Use 0 for automatic mode. (This is the default.)

.NET Framework Security

See Also

Reference

SamplingParameters Class

Microsoft.SolverFoundation.Services Namespace