Click or drag to resize
ActionInputModelCredentials 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.0.0.1664 (8.0.0.1664)
Syntax
public IDictionary<string, CredentialModel> Credentials { get; set; }

Property Value

Type: IDictionaryString, CredentialModel
The credentials.
See Also