 | DiskPartitionLayoutModelAlign Property |
Gets or sets the partition offset will be a multiple of this value. If the Offset value is given,
it will be round to the closest multiple of this value.
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 Align { get; set; }
Public Property Align As Integer
Get
Set
public:
property int Align {
int get ();
void set (int value);
}
member Align : int with get, set
Property Value
Type:
Int32
See Also