Description
The maximum number of evaluations of the
target sequence allowed. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property MaxEvaluations() As Integer
|
| [C#] |
public int MaxEvaluations {get; set;}
|
| [Managed C++] |
public: __property int get_MaxEvaluations();
public: __property void set_MaxEvaluations(
int
);
|
| [Unmanaged C++] |
public: HRESULT get_MaxEvaluations(
long * pRetVal
);
public: HRESULT put_MaxEvaluations(
long NewMaxEvaluations
);
|
| [Java] |
public int getMaxEvaluations();public void setMaxEvaluations(
int
);
|
See Also