Description
Frequency of output of debug messages, in number of integration steps.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ReportFrequency() As Integer
|
| [C#] |
|---|
public int ReportFrequency {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_ReportFrequency(); public: __property void set_ReportFrequency(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ReportFrequency(
long * pFreq
);
public: HRESULT put_ReportFrequency(
long NewFreq
);
|
| [Java] |
|---|
public int getReportFrequency();
public void setReportFrequency(
int
);
|
See Also