 | 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.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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