 | 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.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic int Offset { get; set; }
Public Property Offset As Integer
Get
Set
public:
property int Offset {
int get ();
void set (int value);
}
member Offset : int with get, set
Property Value
Type:
Int32
See Also