|
ServerQualificationResultsVersion Property
|
This value is the version of the target host hypervisor.
Namespace:
DoubleTake.Virtualization.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string Version { get; set; }
Public Property Version As String
Get
Set
public:
property String^ Version {
String^ get ();
void set (String^ value);
}
function get_Version();
function set_Version(value);
Property Value
Type:
String
See Also