Click or drag to resize
DiskPartitionLayoutModelOffset Property
Gets or sets the offset, in kilobytes, at which the partition is created. If offset is 0, the partition will start at the beginning of the first free space on the disk that is large enough to hold the new partition.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public int Offset { get; set; }

Property Value

Type: Int32
See Also