 | TransmissionScheduleModelThresholdBytes Property |
Gets or sets the threshold bytes.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.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