 | JobCredentialsModelTargetServer Property |
Gets or sets the target server connection information.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic ServiceConnectionModel TargetServer { get; set; }
Public Property TargetServer As ServiceConnectionModel
Get
Set
public:
property ServiceConnectionModel^ TargetServer {
ServiceConnectionModel^ get ();
void set (ServiceConnectionModel^ value);
}
member TargetServer : ServiceConnectionModel with get, set
Property Value
Type:
ServiceConnectionModel
See Also