TargetedSegmentListOperators Property |
Gets the operators that this segment will run.
Operators
will in some way edit the segments configuration which will affect the propagation. The
operators will be run
in series, the modified segments of one passed into the next.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<TargetedSegmentListOperator> Operators { get; }
Public ReadOnly Property Operators As IList(Of TargetedSegmentListOperator)
Get
public:
property IList<TargetedSegmentListOperator^>^ Operators {
IList<TargetedSegmentListOperator^>^ get ();
}
member Operators : IList<TargetedSegmentListOperator> with get
Property Value
Type:
IListTargetedSegmentListOperatorSee Also