|
TargetFileServerQualificationResultsRecommendedGroup Property |
This value is true if there is a file server group on the target cluster that matches the protected file server group from the source; otherwise, it is false.
When this value is true, an IP address from the group will be used as the route for CoreConnectionOptions.TargetAddress
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool RecommendedGroup { get; set; }
Public Property RecommendedGroup As Boolean
Get
Set
public:
property bool RecommendedGroup {
bool get ();
void set (bool value);
}
function get_RecommendedGroup();
function set_RecommendedGroup(value);
Property Value
Type:
Boolean
See Also