SegmentListConfigurationNominalRun Property |
Gets or sets a value indicating whether this segment is being run normally and as such its results should be
included as the final results, or if this segment is being run as part of some other
operation (commonly this is set to
to indicate if the segment is being run in a
TargetedSegmentListOperator). By default this is
. Override this
property when one
SegmentConfiguration manages another
SegmentConfiguration
(as in the case of a
SegmentList) and have the overridden setter set the property on all
wrapped configuration.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override bool NominalRun { get; set; }
Public Overrides Property NominalRun As Boolean
Get
Set
public:
virtual property bool NominalRun {
bool get () override;
void set (bool value) override;
}
abstract NominalRun : bool with get, set
override NominalRun : bool with get, set
Property Value
Type:
BooleanSee Also