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

Visual Basic
Dim instance As QueryDescription
Dim value As List(Of String)

value = instance.supportedTypes

instance.supportedTypes = value

Syntax

Visual Basic
<XmlArrayAttribute("SupportedTypes", IsNullable:=False)> _
Public supportedTypes As List(Of String)
C#
[XmlArrayAttribute("SupportedTypes", IsNullable=false)] 
public List<string> supportedTypes
C++
[XmlArrayAttribute(L"SupportedTypes", IsNullable=false)] 
public:
List<String^>^ supportedTypes
J#
/** @attribute XmlArrayAttribute("SupportedTypes", IsNullable=false) */ 
public List<String> supportedTypes
JScript
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