 | LvmOptionsModelVolumeGroups Property |
Gets or sets the volume groups.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.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