|
VRAOptionsSourceVmInfo Property
|
This value represents the source information used during reverse.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic VMInfo SourceVmInfo { get; set; }
Public Property SourceVmInfo As VMInfo
Get
Set
public:
property VMInfo^ SourceVmInfo {
VMInfo^ get ();
void set (VMInfo^ value);
}
function get_SourceVmInfo();
function set_SourceVmInfo(value);
Property Value
Type:
VMInfo
The source vm VMInfo
See Also