Description
The number of complete iterations of the profile to try before stopping. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MaxIterations() As Integer
|
| [C#] |
|---|
public int MaxIterations {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_MaxIterations(); public: __property void set_MaxIterations( int );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaxIterations( long * pRetVal ); public: HRESULT put_MaxIterations( long NewMaxIterations );
|
| [Java] |
|---|
public int getMaxIterations();public void setMaxIterations( int );
|
See Also