 | VRAVolumePersistedStateModelDeviceID Property |
Gets or sets the device ID the volume has on the replica appliance
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 DeviceID { get; set; }
Public Property DeviceID As String
Get
Set
public:
property String^ DeviceID {
String^ get ();
void set (String^ value);
}
member DeviceID : string with get, set
Property Value
Type:
String
The device ID.
See Also