PerformanceAssessmentFieldDataAvailable Property |
Gets a value indicating whether the data in this record should be used. This should be checked prior
to using any data in this record.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool DataAvailable { get; }
Public ReadOnly Property DataAvailable As Boolean
Get
public:
property bool DataAvailable {
bool get ();
}
member DataAvailable : bool with get
Property Value
Type:
BooleanSee Also