 | ConnectionScheduleModelBandwidth Property |
Gets or sets the bandwidth schedule.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic BandwidthScheduleModel Bandwidth { get; set; }
Public Property Bandwidth As BandwidthScheduleModel
Get
Set
public:
property BandwidthScheduleModel^ Bandwidth {
BandwidthScheduleModel^ get ();
void set (BandwidthScheduleModel^ value);
}
member Bandwidth : BandwidthScheduleModel with get, set
Property Value
Type:
BandwidthScheduleModel
See Also