 | UVRAVolumePersistedStateModelSourceISCSIBus Property |
Gets or sets the iSCSI bus number used in mapping the source disk.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic int SourceISCSIBus { get; set; }
Public Property SourceISCSIBus As Integer
Get
Set
public:
property int SourceISCSIBus {
int get ();
void set (int value);
}
member SourceISCSIBus : int with get, set
Property Value
Type:
Int32
The replica appliance SCSI bus.
See Also