PropagateSegmentMaximumDuration Property |
Gets or sets the maximum
Duration that this segment may propagate before being stopped.
The sign of this
Duration will be changed at configuration time to match this segments
PropagationDirection. By default this is set to 100 days.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration MaximumDuration { get; set; }
Public Property MaximumDuration As Duration
Get
Set
public:
property Duration MaximumDuration {
Duration get ();
void set (Duration value);
}
member MaximumDuration : Duration with get, set
Property Value
Type:
DurationRemarks See Also