 | UVRAVolumePersistedStateModelSourceISCSIUnitNumber Property |
Gets or sets the iSCSI unit number used in mapping the source disk.
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 int SourceISCSIUnitNumber { get; set; }
Public Property SourceISCSIUnitNumber As Integer
Get
Set
public:
property int SourceISCSIUnitNumber {
int get ();
void set (int value);
}
member SourceISCSIUnitNumber : int with get, set
Property Value
Type:
Int32
The replica appliance SCSI unit number.
See Also