SegmentListResultsSegmentResults Property |
Gets the
results of each
segment in the order that they were propagated.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<SegmentResults> SegmentResults { get; }
Public ReadOnly Property SegmentResults As IList(Of SegmentResults)
Get
public:
property IList<SegmentResults^>^ SegmentResults {
IList<SegmentResults^>^ get ();
}
member SegmentResults : IList<SegmentResults> with get
Property Value
Type:
IListSegmentResultsSee Also