Click or drag to resize
ActionInputFlatModelCredentials Property
Gets or sets the credentials to be used by the action.

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 IDictionary<string, CredentialModel> Credentials { get; set; }

Property Value

Type: IDictionaryString, CredentialModel
The credentials.
See Also