Summary description for a query, represented by a QueryDescription XML element. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As QueryDescription

Syntax

Visual Basic
<SerializableAttribute> _
<XmlRootAttribute("QueryDescription", IsNullable:=False)> _
Public Class QueryDescription
		Implements ICloneable
C#
[SerializableAttribute] 
[XmlRootAttribute("QueryDescription", IsNullable=false)] 
public class QueryDescription : ICloneable
C++
[SerializableAttribute] 
[XmlRootAttribute(L"QueryDescription", IsNullable=false)] 
public ref class QueryDescription : ICloneable
J#
/** @attribute SerializableAttribute() */ 
/** @attribute XmlRootAttribute("QueryDescription", IsNullable=false) */ 
public class QueryDescription implements ICloneable
JScript
SerializableAttribute 
XmlRootAttribute("QueryDescription", IsNullable=false) 
public class QueryDescription implements ICloneable

Remarks

The query description contains information about the query that is used to create a result set, and user interface display properties. A query can contain other query objects if a cascaded query is needed to produce the final objects to be displayed. For an introduction to the use of this class, see the example in About Configuration Manager Console Views. For additional information that places the QueryDescription XML element in context, see Configuration Manager Console Node XML.


Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.AdminConsole.Schema.QueryDescription

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also