 | LvmOptionsModelVolumeGroups Property |
Gets or sets the volume groups.
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 VolumeGroupModel[] VolumeGroups { get; set; }
Public Property VolumeGroups As VolumeGroupModel()
Get
Set
public:
property array<VolumeGroupModel^>^ VolumeGroups {
array<VolumeGroupModel^>^ get ();
void set (array<VolumeGroupModel^>^ value);
}
member VolumeGroups : VolumeGroupModel[] with get, set
Property Value
Type:
VolumeGroupModel
See Also