 | BandwidthScheduleModelSpecifications Property |
Gets or sets the bandwidth specifications.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic BandwidthSpecificationModel[] Specifications { get; set; }
Public Property Specifications As BandwidthSpecificationModel()
Get
Set
public:
property array<BandwidthSpecificationModel^>^ Specifications {
array<BandwidthSpecificationModel^>^ get ();
void set (array<BandwidthSpecificationModel^>^ value);
}
member Specifications : BandwidthSpecificationModel[] with get, set
Property Value
Type:
BandwidthSpecificationModel
See Also