 | CompositeQueryInputModelQueries Property |
Gets or sets the enumerable collection of queries.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
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:
MonitorQueryModelThe the numerable collection of queries.
See Also