OutputType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines the type of output returned by a WmiDataReaderTask class.
public enum class OutputType
public enum OutputType
type OutputType =
Public Enum OutputType
- Inheritance
-
OutputType
Fields
Name | Value | Description |
---|---|---|
DataTable | 0 | Output is returned as a DataTable. |
PropertyValue | 1 | Output is returned as a String that contains the value of a specified property. |
PropertyNameAndValue | 2 | Output is returned as a String that contains the name and value of a specified property. |