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