 | ConnectionConfigurationModelBandwidthCollar Property |
Gets or sets the current bandwidth limit.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic int BandwidthCollar { get; set; }
Public Property BandwidthCollar As Integer
Get
Set
public:
property int BandwidthCollar {
int get ();
void set (int value);
}
member BandwidthCollar : int with get, set
Property Value
Type:
Int32
Remarks
The bandwidth limit may vary according to the configured limit schedule.
See Also