 | 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.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
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