 | QueryInputFlatModelQueries Property |
Gets or sets the enumerable collection of queries.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
Syntaxpublic MonitorQueryFlatModel[] Queries { get; set; }
Public Property Queries As MonitorQueryFlatModel()
Get
Set
public:
property array<MonitorQueryFlatModel^>^ Queries {
array<MonitorQueryFlatModel^>^ get ();
void set (array<MonitorQueryFlatModel^>^ value);
}
member Queries : MonitorQueryFlatModel[] with get, set
Property Value
Type:
MonitorQueryFlatModelThe enumerable collection of queries.
See Also