QueryDescription.supportedTypes Field

Indicates a System.Collections.Generic.List object that represents types that are supported by the query.

Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As QueryDescription
Dim value As List(Of String)

value = instance.supportedTypes

instance.supportedTypes = value

Syntax

'Declaration
<XmlArrayAttribute("SupportedTypes", IsNullable:=False)> _
Public supportedTypes As List(Of String)
[XmlArrayAttribute("SupportedTypes", IsNullable=false)] 
public List<string> supportedTypes
[XmlArrayAttribute(L"SupportedTypes", IsNullable=false)] 
public:
List<String^>^ supportedTypes
/** @attribute XmlArrayAttribute("SupportedTypes", IsNullable=false) */ 
public List<String> supportedTypes
XmlArrayAttribute("SupportedTypes", IsNullable=false) 
public var supportedTypes : List<String>

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

QueryDescription Class
QueryDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace