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