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: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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:
IListSegmentResults
See Also