Click or drag to resize
V2VVirtualMachineModelCredentials Property
Gets or sets the credentials used to access the virtual machine.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public CredentialModel Credentials { get; set; }

Property Value

Type: CredentialModel
The credentials.
See Also