 | VraQualificationResultsModelTargetHost Property |
Gets or sets the target server information.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic ServerQualificationResultsModel TargetHost { get; set; }
Public Property TargetHost As ServerQualificationResultsModel
Get
Set
public:
property ServerQualificationResultsModel^ TargetHost {
ServerQualificationResultsModel^ get ();
void set (ServerQualificationResultsModel^ value);
}
member TargetHost : ServerQualificationResultsModel with get, set
Property Value
Type:
ServerQualificationResultsModel
See Also