 | ConnectionConfigurationModelBandwidthCollar Property |
Gets or sets the current bandwidth limit.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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