|
RecommendedJobOptionsJobQualificationResults Property |
This value represents the job qualification results which are other possible job options, in addition to those that are strictly recommended. For example, JobOptions.CoreConnectionOptions.
TargetAddress may be the recommended address, but JobQualificationResults.CoreQualificationResults.TargetIPAddresses may include other IP addresses on the server.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic JobQualificationResults JobQualificationResults { get; set; }
Public Property JobQualificationResults As JobQualificationResults
Get
Set
public:
property JobQualificationResults^ JobQualificationResults {
JobQualificationResults^ get ();
void set (JobQualificationResults^ value);
}
function get_JobQualificationResults();
function set_JobQualificationResults(value);
Property Value
Type:
JobQualificationResults
The job qualification results.
Remarks
The job qualification results are used to communicate other possible
option for a job, outside of the options that are strictly recommended.
For example, the [P:JobOptions] property may recommend a
specific IP address as the target route, but the [P:JobQualificationResults]
property may include the other IP addresses on the server.
See Also