PowerGridForecast.Forecast 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.
public:
property IVectorView<PowerGridData ^> ^ Forecast { IVectorView<PowerGridData ^> ^ get(); };
IVectorView<PowerGridData> Forecast();
public IReadOnlyList<PowerGridData> Forecast { get; }
var iVectorView = powerGridForecast.forecast;
Public ReadOnly Property Forecast As IReadOnlyList(Of PowerGridData)
Property Value
A vector that contains the forecast data.