 | DiskLayoutModelDiskIdentifier Property |
Gets or sets the value used to identify the disk to the appliance. This would be the disk number in
Windows and something else (device name?) in Linux.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic string DiskIdentifier { get; set; }
Public Property DiskIdentifier As String
Get
Set
public:
property String^ DiskIdentifier {
String^ get ();
void set (String^ value);
}
member DiskIdentifier : string with get, set
Property Value
Type:
String
See Also