 | ReplicationSetInfoModelVolumeCount Property |
Gets or sets the volume count.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic int VolumeCount { get; set; }
Public Property VolumeCount As Integer
Get
Set
public:
property int VolumeCount {
int get ();
void set (int value);
}
member VolumeCount : int with get, set
Property Value
Type:
Int32The volume count.
See Also