 | ScriptActionInputModelRunAs Property |
Gets or sets the key to the credentials of the user as which the process will be run.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic string RunAs { get; set; }
Public Property RunAs As String
Get
Set
public:
property String^ RunAs {
String^ get ();
void set (String^ value);
}
member RunAs : string with get, set
Property Value
Type:
StringThe key to the credentials of the user as which the process will be run.
Remarks
This value is the key into the Credentials
dictionary under which the credentials are stored.
See Also