 | VRAVolumePersistedStateModelDeviceID Property |
Gets or sets the device ID the volume has on the replica appliance
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 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