|
VolumeQualificationResultsDriveLetter Property |
This value is the drive letter of the volume.
Namespace: DoubleTake.Virtualization.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string DriveLetter { get; set; }
Public Property DriveLetter As String
Get
Set
public:
property String^ DriveLetter {
String^ get ();
void set (String^ value);
}
function get_DriveLetter();
function set_DriveLetter(value);
Property Value
Type:
String
See Also