 | BandwidthOptionsModelEntries Property |
Gets or sets the entries in the bandwidth limiting 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 BandwidthEntryModel[] Entries { get; set; }
Public Property Entries As BandwidthEntryModel()
Get
Set
public:
property array<BandwidthEntryModel^>^ Entries {
array<BandwidthEntryModel^>^ get ();
void set (array<BandwidthEntryModel^>^ value);
}
member Entries : BandwidthEntryModel[] with get, set
Property Value
Type:
BandwidthEntryModel
See Also