TargetedSegmentListOperatorResultsParentConfiguration Property |
Gets the configuration of the
TargetedSegmentList that the
operator was a part of.
The configuration is a mutable object, and it is possible that an
operator made some change to
it or a copy of it. This must return the configuration that the propagator should
use after running the
operator
that made this set of results. If no changes were made to the
configuration, it should return the configuration that the
operator was given.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual TargetedSegmentListConfiguration ParentConfiguration { get; }
Public Overridable ReadOnly Property ParentConfiguration As TargetedSegmentListConfiguration
Get
public:
virtual property TargetedSegmentListConfiguration^ ParentConfiguration {
TargetedSegmentListConfiguration^ get ();
}
abstract ParentConfiguration : TargetedSegmentListConfiguration with get
override ParentConfiguration : TargetedSegmentListConfiguration with get
Property Value
Type:
TargetedSegmentListConfigurationSee Also