 | ActionInputModelQueryResult Property |
Gets or sets the query result.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic QueryResultModel QueryResult { get; set; }
Public Property QueryResult As QueryResultModel
Get
Set
public:
property QueryResultModel^ QueryResult {
QueryResultModel^ get ();
void set (QueryResultModel^ value);
}
member QueryResult : QueryResultModel with get, set
Property Value
Type:
QueryResultModelThe 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