 | CompositeQueryInputModel.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 MonitorQueryModel[] Queries { get; set; }
Public Property Queries As MonitorQueryModel()
Get
Set
public:
property array<MonitorQueryModel^>^ Queries {
array<MonitorQueryModel^>^ get ();
void set (array<MonitorQueryModel^>^ value);
}
member Queries : MonitorQueryModel[] with get, set
Property Value
Type:
MonitorQueryModel[]The the numerable collection of queries.
See Also