 | ConnectionQualificationResultModelTargetMachineName Property |
Gets or sets the name of the target machine.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string TargetMachineName { get; set; }
Public Property TargetMachineName As String
Get
Set
public:
property String^ TargetMachineName {
String^ get ();
void set (String^ value);
}
member TargetMachineName : string with get, set
Property Value
Type:
StringThe name of the target machine.
See Also