 | TransmissionScheduleModelThresholdBytes Property |
Gets or sets the threshold bytes.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic Nullable<long> ThresholdBytes { get; set; }
Public Property ThresholdBytes As Nullable(Of Long)
Get
Set
public:
property Nullable<long long> ThresholdBytes {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member ThresholdBytes : Nullable<int64> with get, set
Property Value
Type:
NullableInt64
See Also