 | BandwidthScheduleMode Enumeration |
Bandwidth schedule mode.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic enum BandwidthScheduleMode
Public Enumeration BandwidthScheduleMode
public enum class BandwidthScheduleMode
type BandwidthScheduleMode
Members
| Member name | Value | Description |
---|
| NotLimited | 0 |
The not limited
|
| Fixed | 1 |
The fixed
|
| Scheduled | 2 |
The scheduled
|
See Also