|
VRAOptionsSourceESXHostName Property |
This value is the name of the ESX host where the source is located.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string SourceESXHostName { get; set; }
Public Property SourceESXHostName As String
Get
Set
public:
property String^ SourceESXHostName {
String^ get ();
void set (String^ value);
}
function get_SourceESXHostName();
function set_SourceESXHostName(value);
Property Value
Type:
String
The source ESX host info.
See Also