Click or drag to resize

ActionInputModelQueryResult Property

Gets or sets the query result.

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntax
public QueryResultModel QueryResult { get; set; }

Property Value

Type: QueryResultModel
The query result.
Remarks
This property will be automatically populated in for all actions being executed as a CorrectiveAction for a MonitorActivity. It may be helpful for the action to have contextual information concerning why the query failed when performing the corrective action.
See Also