 | ReplicationSetInfoModelVolumeCount Property |
Gets or sets the volume count.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
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