 | JobQualificationResultsModelVcdVappQualificationResults Property |
Gets or sets the possible options that apply to new DTVI job.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic VcdVappOptionsModel VcdVappQualificationResults { get; set; }
Public Property VcdVappQualificationResults As VcdVappOptionsModel
Get
Set
public:
property VcdVappOptionsModel^ VcdVappQualificationResults {
VcdVappOptionsModel^ get ();
void set (VcdVappOptionsModel^ value);
}
member VcdVappQualificationResults : VcdVappOptionsModel with get, set
Property Value
Type:
VcdVappOptionsModel
See Also