SwitchableSegmentResultsOriginalResults Property  | 
 
            Gets the results of the segment that was actually propagated.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SegmentResults OriginalResults { get; }Public ReadOnly Property OriginalResults As SegmentResults
	Get
public:
property SegmentResults^ OriginalResults {
	SegmentResults^ get ();
}member OriginalResults : SegmentResults with get
Property Value
Type: 
SegmentResults
See Also