 | BandwidthScheduleModelMode Property |
Gets or sets the current bandwidth schedule mode for a connection.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic BandwidthScheduleMode Mode { get; set; }
Public Property Mode As BandwidthScheduleMode
Get
Set
public:
property BandwidthScheduleMode Mode {
BandwidthScheduleMode get ();
void set (BandwidthScheduleMode value);
}
member Mode : BandwidthScheduleMode with get, set
Property Value
Type:
BandwidthScheduleMode
See Also