Click or drag to resize
QueryInputFlatModelRunAs Property
Gets or sets the key to the credentials of the user as which the process will be run.

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 string RunAs { get; set; }

Property Value

Type: String
The 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