 | PartitionModelPartitionStartInB Property |
Gets or sets is the startpoint in b for the partition volume.
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 long PartitionStartInB { get; set; }
Public Property PartitionStartInB As Long
Get
Set
public:
property long long PartitionStartInB {
long long get ();
void set (long long value);
}
member PartitionStartInB : int64 with get, set
Property Value
Type:
Int64
The startpoint in b for the partition volume.
See Also