|
VRAOptionsReplicaESXHostName Property |
This value is the name of the ESX host where the replica will be located.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic string ReplicaESXHostName { get; set; }Public Property ReplicaESXHostName As String
Get
Set
public:
property String^ ReplicaESXHostName {
String^ get ();
void set (String^ value);
}function get_ReplicaESXHostName();
function set_ReplicaESXHostName(value);
Property Value
Type:
String
The target ESX host Info.
See Also