 | BandwidthOptionsModelSpecifications Property |
Gets or sets the common bandwidth specifications, such as T1 or ISDN.
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 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