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
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
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