 | QueryInputFlatModel.Queries 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.1.0.599 (8.1.0.599)
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:
MonitorQueryFlatModel[]The enumerable collection of queries.
See Also