|
FrequencyExcursionAnalysisInterval Property
|
Gets or sets the interval between adjacent calculations.
Namespace: PowerCalculations.EventDetectionAssembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public int AnalysisInterval { get; set; }
<ConnectionStringParameterAttribute>
Public Property AnalysisInterval As Integer
Get
Set
public:
[ConnectionStringParameterAttribute]
property int AnalysisInterval {
int get ();
void set (int value);
}
[<ConnectionStringParameterAttribute>]
member AnalysisInterval : int with get, set
function get_AnalysisInterval();
function set_AnalysisInterval(value);
View SourceProperty Value
Int32See Also