SegmentListResultsFinalNestedSegmentResult Property  | 
 
            Gets the results of final segment that was propagated that is not itself a 
SegmentListResults.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SegmentResults FinalNestedSegmentResult { get; }Public ReadOnly Property FinalNestedSegmentResult As SegmentResults
	Get
public:
property SegmentResults^ FinalNestedSegmentResult {
	SegmentResults^ get ();
}member FinalNestedSegmentResult : SegmentResults with get
Property Value
Type: 
SegmentResults
See Also