Indicates System.Collections.Generic.List that represents
QueryDescription objects for the queries that are supported by
the pane item.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Syntax
Visual Basic |
<XmlArrayAttribute("Queries", IsNullable:=False)> _
Public queries As List(Of QueryDescription)
|
C# |
[XmlArrayAttribute("Queries", IsNullable=false)]
public List<QueryDescription> queries
|
C++ |
[XmlArrayAttribute(L"Queries", IsNullable=false)]
public:
List<QueryDescription^>^ queries
|
J# |
/** @attribute XmlArrayAttribute("Queries", IsNullable=false) */
public List<QueryDescription> queries
|
JScript |
XmlArrayAttribute("Queries", IsNullable=false)
public var queries : List<QueryDescription>
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also