RootCause.Items 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.
A List for root cause item. Instance of the item should be RootCauseItem.
public System.Collections.Generic.List<Microsoft.ML.TimeSeries.RootCauseItem> Items { get; set; }
member this.Items : System.Collections.Generic.List<Microsoft.ML.TimeSeries.RootCauseItem> with get, set
Public Property Items As List(Of RootCauseItem)