 | ActionInputFlatModelCredentials Property |
Gets or sets the credentials to be used by the action.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic IDictionary<string, CredentialModel> Credentials { get; set; }
Public Property Credentials As IDictionary(Of String, CredentialModel)
Get
Set
public:
property IDictionary<String^, CredentialModel^>^ Credentials {
IDictionary<String^, CredentialModel^>^ get ();
void set (IDictionary<String^, CredentialModel^>^ value);
}
member Credentials : IDictionary<string, CredentialModel> with get, set
Property Value
Type:
IDictionaryString,
CredentialModelThe credentials.
See Also