CoverageDataSatisfactionIntervals Property |
Gets or sets the intervals during which coverage is satisfied.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TimeIntervalCollection SatisfactionIntervals { get; protected set; }
Public Property SatisfactionIntervals As TimeIntervalCollection
Get
Protected Set
public:
property TimeIntervalCollection^ SatisfactionIntervals {
TimeIntervalCollection^ get ();
protected: void set (TimeIntervalCollection^ value);
}
member SatisfactionIntervals : TimeIntervalCollection with get, set
Property Value
Type:
TimeIntervalCollectionSee Also