PerformanceAssessmentFileDefaultAvailabilityThreshold Property |
Gets or sets the default availability threshold used when evaluating assessed performance.
If two records in the file are separated by a duration longer than this availability threshold,
the evaluator will report that it is not available between the two records.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic Duration DefaultAvailabilityThreshold { get; set; }Public Property DefaultAvailabilityThreshold As Duration
Get
Set
public:
property Duration DefaultAvailabilityThreshold {
Duration get ();
void set (Duration value);
}member DefaultAvailabilityThreshold : Duration with get, set
Property Value
Type:
Duration
See Also