Files
DP44/Common/DTS.CommonCore/.svn/pristine/af/afff88e7a3b11cd1f3af19b8640cc0b23e03900d.svn-base
2026-04-17 14:55:32 -04:00

8 lines
156 B
Plaintext

namespace DTS.Common.Interface.DASFactory
{
public interface IRangeBandwidthLimited
{
bool RangeBandwidthLimited { get; }
}
}