ForecastingResult.Prediction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data records for the forecast.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataRecord ^> ^ Prediction { System::Collections::Generic::IReadOnlyList<Microsoft::SystemInsights::Capability::DataRecord ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataRecord> Prediction { get; }
member this.Prediction : System.Collections.Generic.IReadOnlyList<Microsoft.SystemInsights.Capability.DataRecord>
Public ReadOnly Property Prediction As IReadOnlyList(Of DataRecord)