Click or drag to resize

ReturnSegmentParentList Property

Gets or sets the SegmentDefinition that this segment will return from. This does not have to be the immediate parent segment. If this ReturnSegment is in a list that is in this parent list, it will return out of the ParentList. Note that some SegmentDefinitions will return a SegmentListResults even though the segment is not a SegmentList.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SegmentDefinition ParentList { get; set; }

Property Value

Type: SegmentDefinition
See Also